* Sam Liddicott wrote, On 18/09/09 09:33:
> For pidl samba4 output, is it possible that I can express:
>
> [out] int *count;
> or
> [out,MAGIC] int *count;
>
> and have my out struct look like:
>
> struct out {
> int count;
> }
>
> but without changing the wire packing?
for [ref] pointers, at least...
Sam