pidl [in,out] helpers

Jelmer Vernooij jelmer at samba.org
Mon Sep 21 07:31:42 MDT 2009


Sam Liddicott wrote:
> * 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...
No, this is not possible. I looked into it a while back but it quickly
gets complex to deal with this inside of pidl.

Cheers,

Jelmer


More information about the samba-technical mailing list