mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 05:38:31 +00:00
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
This commit is contained in:
parent
b94e2d8ca0
commit
c2c66aff7d
24198 changed files with 0 additions and 37285 deletions
22
sdk/include/psdk/rpcnsip.h
Normal file
22
sdk/include/psdk/rpcnsip.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#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(void);
|
||||
RPC_STATUS RPC_ENTRY I_NsClientBindSearch(void);
|
||||
void RPC_ENTRY I_NsClientBindDone(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue