|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 234 of file rpcrt4_main.c.
Referenced by LookupObjTypeMap(), RpcObjectSetType(), UuidEqual(), and UuidIsNil().
| RPC_STATUS RPC_ENTRY UuidCreateNil | ( | UUID * | Uuid | ) |
Definition at line 309 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 277 of file rpcrt4_main.c.
Referenced by ProcessDeviceClassChangeEvent(), ProcessTargetDeviceEvent(), RPCRT4_find_interface(), RpcServerUnregisterIf(), test_UuidCreate(), test_UuidEqual(), and test_UuidFromString().
| unsigned short RPC_ENTRY UuidHash | ( | UUID * | uuid, |
| RPC_STATUS * | Status | ||
| ) |
Definition at line 501 of file rpcrt4_main.c.
| int RPC_ENTRY UuidIsNil | ( | UUID * | Uuid, |
| RPC_STATUS * | Status | ||
| ) |
Definition at line 293 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().