|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "rpc_binding.h"
#include "wine/list.h"
Go to the source code of this file.
Data Structures |
| struct | RpcAssoc |
Functions |
| RPC_STATUS | RPCRT4_GetAssociation (LPCSTR Protseq, LPCSTR NetworkAddr, LPCSTR Endpoint, LPCWSTR NetworkOptions, RpcAssoc **assoc) DECLSPEC_HIDDEN |
| RPC_STATUS | RpcAssoc_GetClientConnection (RpcAssoc *assoc, const RPC_SYNTAX_IDENTIFIER *InterfaceId, const RPC_SYNTAX_IDENTIFIER *TransferSyntax, RpcAuthInfo *AuthInfo, RpcQualityOfService *QOS, RpcConnection **Connection) DECLSPEC_HIDDEN |
| void | RpcAssoc_ReleaseIdleConnection (RpcAssoc *assoc, RpcConnection *Connection) DECLSPEC_HIDDEN |
| ULONG | RpcAssoc_Release (RpcAssoc *assoc) DECLSPEC_HIDDEN |
| RPC_STATUS | RpcServerAssoc_GetAssociation (LPCSTR Protseq, LPCSTR NetworkAddr, LPCSTR Endpoint, LPCWSTR NetworkOptions, ULONG assoc_gid, RpcAssoc **assoc_out) DECLSPEC_HIDDEN |
| RPC_STATUS | RpcServerAssoc_AllocateContextHandle (RpcAssoc *assoc, void *CtxGuard, NDR_SCONTEXT *SContext) DECLSPEC_HIDDEN |
| RPC_STATUS | RpcServerAssoc_FindContextHandle (RpcAssoc *assoc, const UUID *uuid, void *CtxGuard, ULONG Flags, NDR_SCONTEXT *SContext) DECLSPEC_HIDDEN |
| RPC_STATUS | RpcServerAssoc_UpdateContextHandle (RpcAssoc *assoc, NDR_SCONTEXT SContext, void *CtxGuard, NDR_RUNDOWN rundown_routine) DECLSPEC_HIDDEN |
| unsigned int | RpcServerAssoc_ReleaseContextHandle (RpcAssoc *assoc, NDR_SCONTEXT SContext, BOOL release_lock) DECLSPEC_HIDDEN |
| void | RpcContextHandle_GetUuid (NDR_SCONTEXT SContext, UUID *uuid) DECLSPEC_HIDDEN |
| BOOL | RpcContextHandle_IsGuardCorrect (NDR_SCONTEXT SContext, void *CtxGuard) DECLSPEC_HIDDEN |
Generated on Sat May 26 2012 05:16:21 for ReactOS by
1.7.6.1
|