import winsup-2000-02-17 snapshot
This commit is contained in:
21
winsup/w32api/include/rpcnsip.h
Normal file
21
winsup/w32api/include/rpcnsip.h
Normal file
@ -0,0 +1,21 @@
|
||||
#ifndef _RPCNSIP_H
|
||||
#define _RPCNSIP_H
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
typedef struct {
|
||||
RPC_NS_HANDLE LookupContext;
|
||||
RPC_BINDING_HANDLE ProposedHandle;
|
||||
RPC_BINDING_VECTOR *Bindings;
|
||||
} RPC_IMPORT_CONTEXT_P,*PRPC_IMPORT_CONTEXT_P;
|
||||
RPC_STATUS RPC_ENTRY I_RpcNsGetBuffer(IN PRPC_MESSAGE);
|
||||
RPC_STATUS RPC_ENTRY I_RpcNsSendReceive(IN PRPC_MESSAGE,OUT RPC_BINDING_HANDLE*);
|
||||
void RPC_ENTRY I_RpcNsRaiseException(IN PRPC_MESSAGE,IN RPC_STATUS);
|
||||
RPC_STATUS RPC_ENTRY I_RpcReBindBuffer(IN PRPC_MESSAGE);
|
||||
RPC_STATUS RPC_ENTRY I_NsServerBindSearch();
|
||||
RPC_STATUS RPC_ENTRY I_NsClientBindSearch();
|
||||
void RPC_ENTRY I_NsClientBindDone();
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user