Exemplo n.º 1
0
 public static extern uint RpcMgmtEpEltInqNext(
     SafeRpcInquiryHandle InquiryContext,
     ref RPC_IF_ID IfId,
     out SafeRpcBindingHandle Binding,
     int ObjectUuid, // going to be 0/NULL, so we don't care about "ref RPC_IF_ID IfId"
     out SafeRpcStringHandle Annotation
     );
Exemplo n.º 2
0
 public static extern uint RpcMgmtEpEltInqBegin(
     SafeRpcBindingHandle EpBinding,
     int InquiryType, // 0x00000000 = RPC_C_EP_ALL_ELTS
     int IfId,        // going to be 0/NULL, so we don't care about "ref RPC_IF_ID IfId"
     int VersOption,
     int ObjectUuid,  // going to be 0/NULL, so we don't care about "ref RPC_IF_ID IfId"
     out SafeRpcInquiryHandle InquiryContext);