windows.rpcdcep

\ rpcdcep.d * * Windows API header module * * Translated from MinGW Windows headers * * Placed into public domain * \**********************************************************************

Members

Aliases

I_RPC_MUTEX
alias I_RPC_MUTEX = TypeDef!(void*)
Undocumented in source.
I_RpcServerUnregisterEndpoint
alias I_RpcServerUnregisterEndpoint = I_RpcServerUnregisterEndpointA
Undocumented in source.
I_RpcServerUnregisterEndpoint
alias I_RpcServerUnregisterEndpoint = I_RpcServerUnregisterEndpointW
Undocumented in source.
PRPC_CLIENT_INTERFACE
alias PRPC_CLIENT_INTERFACE = RPC_CLIENT_INTERFACE*
Undocumented in source.
PRPC_DISPATCH_TABLE
alias PRPC_DISPATCH_TABLE = RPC_DISPATCH_TABLE*
Undocumented in source.
PRPC_MESSAGE
alias PRPC_MESSAGE = RPC_MESSAGE*
Undocumented in source.
PRPC_PROTSEQ_ENDPOINT
alias PRPC_PROTSEQ_ENDPOINT = RPC_PROTSEQ_ENDPOINT*
Undocumented in source.
PRPC_RUNDOWN
alias PRPC_RUNDOWN = void function(void*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PRPC_SERVER_INTERFACE
alias PRPC_SERVER_INTERFACE = RPC_SERVER_INTERFACE*
Undocumented in source.
PRPC_SYNTAX_IDENTIFIER
alias PRPC_SYNTAX_IDENTIFIER = RPC_SYNTAX_IDENTIFIER*
Undocumented in source.
RPC_BLOCKING_FN
alias RPC_BLOCKING_FN = RPC_STATUS function(void*, void*, void*)
Undocumented in source.
RPC_DISPATCH_FUNCTION
alias RPC_DISPATCH_FUNCTION = void function(PRPC_MESSAGE Message)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RPC_STATUS
alias RPC_STATUS = long
Undocumented in source.

Functions

I_RpcAllocate
void* I_RpcAllocate(uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcAsyncSendReceive
int I_RpcAsyncSendReceive(RPC_MESSAGE* , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcBindingCopy
int I_RpcBindingCopy(HANDLE , HANDLE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcBindingInqDynamicEndpoint
int I_RpcBindingInqDynamicEndpoint(HANDLE , wchar** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcBindingInqTransportType
int I_RpcBindingInqTransportType(HANDLE , uint* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcBindingIsClientLocal
int I_RpcBindingIsClientLocal(HANDLE , uint* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcBindingSetAsync
int I_RpcBindingSetAsync(HANDLE , RPC_BLOCKING_FN )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcClearMutex
void I_RpcClearMutex(I_RPC_MUTEX )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcConnectionInqSockBuffSize
int I_RpcConnectionInqSockBuffSize(uint* , uint* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcConnectionSetSockBuffSize
int I_RpcConnectionSetSockBuffSize(uint , uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcDeleteMutex
void I_RpcDeleteMutex(I_RPC_MUTEX )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcFree
void I_RpcFree(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcFreeBuffer
int I_RpcFreeBuffer(RPC_MESSAGE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcGetAssociationContext
int I_RpcGetAssociationContext(void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcGetBuffer
int I_RpcGetBuffer(RPC_MESSAGE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcGetCurrentCallHandle
HANDLE I_RpcGetCurrentCallHandle()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcGetThreadWindowHandle
int I_RpcGetThreadWindowHandle(void** )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcIfInqTransferSyntaxes
int I_RpcIfInqTransferSyntaxes(HANDLE , RPC_TRANSFER_SYNTAX* , uint , uint* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcMonitorAssociation
int I_RpcMonitorAssociation(HANDLE , PRPC_RUNDOWN , void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcNsBindingSetEntryName
int I_RpcNsBindingSetEntryName(HANDLE , uint , wchar* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcPauseExecution
void I_RpcPauseExecution(uint )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcRequestMutex
void I_RpcRequestMutex(I_RPC_MUTEX* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcSend
int I_RpcSend(RPC_MESSAGE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcSendReceive
int I_RpcSendReceive(RPC_MESSAGE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcServerRegisterForwardFunction
int I_RpcServerRegisterForwardFunction(int function(GUID*, RPC_VERSION*, GUID*, ubyte*, void**) )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcServerThreadContinueListening
int I_RpcServerThreadContinueListening()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcServerThreadPauseListening
int I_RpcServerThreadPauseListening()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcServerUnregisterEndpointA
int I_RpcServerUnregisterEndpointA(ubyte* , ubyte* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcServerUnregisterEndpointW
int I_RpcServerUnregisterEndpointW(ushort* , ushort* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcSetAssociationContext
int I_RpcSetAssociationContext(void* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcSsDontSerializeContext
void I_RpcSsDontSerializeContext()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_RpcStopMonitorAssociation
int I_RpcStopMonitorAssociation(HANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
I_UuidCreate
int I_UuidCreate(GUID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin DECLARE_HANDLE!("I_RPC_HANDLE")
Undocumented in source.

Structs

RPC_CLIENT_INTERFACE
struct RPC_CLIENT_INTERFACE
Undocumented in source.
RPC_DISPATCH_TABLE
struct RPC_DISPATCH_TABLE
Undocumented in source.
RPC_MESSAGE
struct RPC_MESSAGE
Undocumented in source.
RPC_PROTSEQ_ENDPOINT
struct RPC_PROTSEQ_ENDPOINT
Undocumented in source.
RPC_SERVER_INTERFACE
struct RPC_SERVER_INTERFACE
Undocumented in source.
RPC_SYNTAX_IDENTIFIER
struct RPC_SYNTAX_IDENTIFIER
Undocumented in source.
RPC_TRANSFER_SYNTAX
struct RPC_TRANSFER_SYNTAX
Undocumented in source.
RPC_VERSION
struct RPC_VERSION
Undocumented in source.

Variables

RPCFLG_ASYNCHRONOUS
auto RPCFLG_ASYNCHRONOUS;
Undocumented in source.
RPCFLG_INPUT_SYNCHRONOUS
auto RPCFLG_INPUT_SYNCHRONOUS;
Undocumented in source.
RPC_FLAGS_VALID_BIT
auto RPC_FLAGS_VALID_BIT;
Undocumented in source.
RPC_NCA_FLAGS_BROADCAST
auto RPC_NCA_FLAGS_BROADCAST;
Undocumented in source.
RPC_NCA_FLAGS_DEFAULT
auto RPC_NCA_FLAGS_DEFAULT;
Undocumented in source.
RPC_NCA_FLAGS_IDEMPOTENT
auto RPC_NCA_FLAGS_IDEMPOTENT;
Undocumented in source.
RPC_NCA_FLAGS_MAYBE
auto RPC_NCA_FLAGS_MAYBE;
Undocumented in source.
TRANSPORT_TYPE_CN
auto TRANSPORT_TYPE_CN;
Undocumented in source.
TRANSPORT_TYPE_DG
auto TRANSPORT_TYPE_DG;
Undocumented in source.
TRANSPORT_TYPE_LPC
auto TRANSPORT_TYPE_LPC;
Undocumented in source.
TRANSPORT_TYPE_WMSG
auto TRANSPORT_TYPE_WMSG;
Undocumented in source.

Meta