mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 23:49:45 +00:00
Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
This commit is contained in:
parent
0e213bbc00
commit
c501d8112c
18148 changed files with 0 additions and 860488 deletions
25
include/psdk/rpcnsip.h
Normal file
25
include/psdk/rpcnsip.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
#ifndef _RPCNSIP_H
|
||||
#define _RPCNSIP_H
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#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