ReactOS 0.4.16-dev-533-gc7d1aa3
|
#include <rpcdce.h>
Go to the source code of this file.
RPC_STATUS RPC_ENTRY DceErrorInqText | ( | RPC_STATUS | , |
unsigned char * | |||
) |
RPC_STATUS RPC_ENTRY RpcMgmtEpEltInqBegin | ( | RPC_BINDING_HANDLE | , |
unsigned long | , | ||
RPC_IF_ID * | , | ||
unsigned long | , | ||
UUID * | , | ||
RPC_EP_INQ_HANDLE * | |||
) |
RPC_STATUS RPC_ENTRY RpcMgmtEpEltInqDone | ( | RPC_EP_INQ_HANDLE * | ) |
RPC_STATUS RPC_ENTRY RpcMgmtEpEltInqNext | ( | RPC_EP_INQ_HANDLE | , |
RPC_IF_ID * | , | ||
RPC_BINDING_HANDLE * | , | ||
UUID * | , | ||
unsigned char ** | |||
) |
RPC_STATUS RPC_ENTRY RpcMgmtEpUnregister | ( | RPC_BINDING_HANDLE | , |
RPC_IF_ID * | , | ||
RPC_BINDING_HANDLE | , | ||
UUID * | |||
) |
RPC_STATUS RPC_ENTRY RpcMgmtSetAuthorizationFn | ( | RPC_MGMT_AUTHORIZATION_FN | fn | ) |
Definition at line 1725 of file rpc_server.c.
int RPC_ENTRY UuidCompare | ( | UUID * | Uuid1, |
UUID * | Uuid2, | ||
RPC_STATUS * | Status | ||
) |
Definition at line 209 of file rpcrt4_main.c.
Referenced by LookupObjTypeMap(), RpcObjectSetType(), UuidEqual(), and UuidIsNil().
RPC_STATUS RPC_ENTRY UuidCreateNil | ( | UUID * | Uuid | ) |
Definition at line 284 of file rpcrt4_main.c.
Referenced by generate_ipid(), RPCRT4_SetBindingObject(), UuidFromStringA(), and UuidFromStringW().
int RPC_ENTRY UuidEqual | ( | UUID * | Uuid1, |
UUID * | Uuid2, | ||
RPC_STATUS * | Status | ||
) |
Definition at line 252 of file rpcrt4_main.c.
Referenced by ProcessTargetDeviceEvent(), RPCRT4_find_interface(), RpcServerUnregisterIf(), test_UuidCreate(), and UuidConversionAndComparison().
unsigned short RPC_ENTRY UuidHash | ( | UUID * | uuid, |
RPC_STATUS * | Status | ||
) |
Definition at line 476 of file rpcrt4_main.c.
int RPC_ENTRY UuidIsNil | ( | UUID * | Uuid, |
RPC_STATUS * | Status | ||
) |
Definition at line 268 of file rpcrt4_main.c.
Referenced by NDRSContextUnmarshall2(), process_auth3_packet(), process_bind_packet_no_send(), process_request_packet(), RpcBindingToStringBindingA(), RpcObjectSetType(), RPCRT4_BuildRequestHeader(), RpcServerAssoc_UpdateContextHandle(), and s_context_handle_test().