Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
MInterfacePointer is an NDR-marshaled structure that MUST contain a hand-marshaled OBJREF.
-
typedef struct tagMInterfacePointer { unsigned long ulCntData; [size_is(ulCntData)] byte abData[]; } MInterfacePointer;
ulCntData: This MUST specify the size, in bytes, of the abData parameter.
abData: An array of bytes that MUST contain an OBJREF.