Beispiel #1
0
 private static unsafe extern void NdrMesTypeFree2(
     IntPtr handle,
     MIDL_TYPE_PICKLING_INFO *pPickingInfo,
     ref MIDL_STUB_DESC pStubDesc,
     IntPtr pFormatString,
     ref IntPtr pObject
     );
Beispiel #2
0
 private unsafe extern static void NdrMesTypeEncode2(
     IntPtr Handle,
     MIDL_TYPE_PICKLING_INFO *pPicklingInfo,
     ref MIDL_STUB_DESC pStubDesc,
     IntPtr pFormatString,
     ref void *pObject
     );