Sometimes you come across typedefs where the same structure is typedef'd to multiple types. Take the following example. typedef struct _longAndMultiString_Return { long ReturnCode; [range(0, 65536)] unsigned long cBytes; [unique] [size_is(cBytes)] byte *msz; } ListReaderGroups_Return, ListReaders_Return;
Moving PIDL bugs into Samba as we do not release PIDL separately.