|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Classes | |
| struct | _RPC_BINDING_VECTOR |
| struct | _UUID_VECTOR |
| struct | _RPC_IF_ID |
| struct | RPC_IF_ID_VECTOR |
| struct | RPC_STATS_VECTOR |
| struct | _RPC_PROTSEQ_VECTORA |
| struct | _RPC_PROTSEQ_VECTORW |
| struct | _RPC_POLICY |
| struct | _SEC_WINNT_AUTH_IDENTITY_W |
| struct | _SEC_WINNT_AUTH_IDENTITY_A |
| struct | _RPC_HTTP_TRANSPORT_CREDENTIALS_W |
| struct | _RPC_HTTP_TRANSPORT_CREDENTIALS_A |
| struct | _RPC_SECURITY_QOS |
| struct | _RPC_SECURITY_QOS_V2_W |
| struct | _RPC_SECURITY_QOS_V2_A |
| #define _RPC_HTTP_TRANSPORT_CREDENTIALS_ WINELIB_NAME_AW(_RPC_HTTP_TRANSPORT_CREDENTIALS_) |
| #define _RPC_SECURITY_QOS_V2 WINELIB_NAME_AW(_RPC_SECURITY_QOS_V2_) |
| #define _SEC_WINNT_AUTH_IDENTITY WINELIB_NAME_AW(_SEC_WINNT_AUTH_IDENTITY_) |
| #define DceErrorInqText WINELIB_NAME_AW(DceErrorInqText) |
| #define PRPC_HTTP_TRANSPORT_CREDENTIALS_ WINELIB_NAME_AW(PRPC_HTTP_TRANSPORT_CREDENTIALS_) |
| #define PRPC_SECURITY_QOS_V2 WINELIB_NAME_AW(PRPC_SECURITY_QOS_V2_) |
| #define PSEC_WINNT_AUTH_IDENTITY WINELIB_NAME_AW(PSEC_WINNT_AUTH_IDENTITY_) |
| #define rpc_binding_handle_t RPC_BINDING_HANDLE |
| #define rpc_binding_vector_t RPC_BINDING_VECTOR |
| #define RPC_HTTP_TRANSPORT_CREDENTIALS_ WINELIB_NAME_AW(RPC_HTTP_TRANSPORT_CREDENTIALS_) |
| #define RPC_SECURITY_QOS_V2 WINELIB_NAME_AW(RPC_SECURITY_QOS_V2_) |
| #define RpcBindingFromStringBinding WINELIB_NAME_AW(RpcBindingFromStringBinding) |
| #define RpcBindingInqAuthClient WINELIB_NAME_AW(RpcBindingInqAuthClient) |
| #define RpcBindingInqAuthClientEx WINELIB_NAME_AW(RpcBindingInqAuthClientEx) |
| #define RpcBindingInqAuthInfo WINELIB_NAME_AW(RpcBindingInqAuthInfo) |
| #define RpcBindingInqAuthInfoEx WINELIB_NAME_AW(RpcBindingInqAuthInfoEx) |
| #define RpcBindingSetAuthInfo WINELIB_NAME_AW(RpcBindingSetAuthInfo) |
| #define RpcBindingSetAuthInfoEx WINELIB_NAME_AW(RpcBindingSetAuthInfoEx) |
| #define RpcBindingToStringBinding WINELIB_NAME_AW(RpcBindingToStringBinding) |
| #define RpcEpRegister WINELIB_NAME_AW(RpcEpRegister) |
| #define RpcEpRegisterNoReplace WINELIB_NAME_AW(RpcEpRegisterNoReplace) |
| #define RpcNetworkInqProtseqs WINELIB_NAME_AW(RpcNetworkInqProtseqs) |
| #define RpcNetworkIsProtseqValid WINELIB_NAME_AW(RpcNetworkIsProtseqValid) |
| #define RpcProtseqVectorFree WINELIB_NAME_AW(RpcProtseqVectorFree) |
| #define RpcServerInqDefaultPrincName WINELIB_NAME_AW(RpcServerInqDefaultPrincName) |
| #define RpcServerRegisterAuthInfo WINELIB_NAME_AW(RpcServerRegisterAuthInfo) |
| #define RpcServerUseProtseq WINELIB_NAME_AW(RpcServerUseProtseq) |
| #define RpcServerUseProtseqEp WINELIB_NAME_AW(RpcServerUseProtseqEp) |
| #define RpcServerUseProtseqEpEx WINELIB_NAME_AW(RpcServerUseProtseqEpEx) |
| #define RpcStringBindingCompose WINELIB_NAME_AW(RpcStringBindingCompose) |
| #define RpcStringBindingParse WINELIB_NAME_AW(RpcStringBindingParse) |
| #define RpcStringFree WINELIB_NAME_AW(RpcStringFree) |
| #define SEC_WINNT_AUTH_IDENTITY WINELIB_NAME_AW(SEC_WINNT_AUTH_IDENTITY_) |
| #define uuid_vector_t UUID_VECTOR |
| #define UuidFromString WINELIB_NAME_AW(UuidFromString) |
| #define UuidToString WINELIB_NAME_AW(UuidToString) |
| typedef RPC_BINDING_HANDLE handle_t |
| typedef struct _RPC_POLICY * PRPC_POLICY |
| typedef struct _RPC_SECURITY_QOS * PRPC_SECURITY_QOS |
| typedef void* RPC_AUTH_IDENTITY_HANDLE |
| typedef void(__RPC_USER * RPC_AUTH_KEY_RETRIEVAL_FN) (void *, RPC_WSTR, ULONG, void **, RPC_STATUS *) |
| typedef void* RPC_AUTHZ_HANDLE |
| typedef I_RPC_HANDLE RPC_BINDING_HANDLE |
| typedef I_RPC_HANDLE* RPC_EP_INQ_HANDLE |
| typedef RPC_STATUS RPC_ENTRY RPC_IF_CALLBACK_FN(RPC_IF_HANDLE InterfaceUuid, void *Context) |
| typedef void* RPC_IF_HANDLE |
| typedef struct _RPC_IF_ID RPC_IF_ID |
| typedef int(__RPC_API * RPC_MGMT_AUTHORIZATION_FN) (RPC_BINDING_HANDLE, ULONG, RPC_STATUS *) |
| typedef struct _RPC_POLICY RPC_POLICY |
| typedef struct _RPC_SECURITY_QOS RPC_SECURITY_QOS |
| typedef struct _UUID_VECTOR UUID_VECTOR |
| RPC_STATUS RPC_ENTRY DceErrorInqTextA | ( | RPC_STATUS | e, |
| RPC_CSTR | buffer | ||
| ) |
Definition at line 728 of file rpcrt4_main.c.
Referenced by test_DceErrorInqTextA().
| RPC_STATUS RPC_ENTRY DceErrorInqTextW | ( | RPC_STATUS | e, |
| RPC_WSTR | buffer | ||
| ) |
Definition at line 705 of file rpcrt4_main.c.
Referenced by DceErrorInqTextA().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingCopy | ( | RPC_BINDING_HANDLE | SourceBinding, |
| RPC_BINDING_HANDLE * | DestinationBinding | ||
| ) |
Definition at line 971 of file rpc_binding.c.
Referenced by get_epm_handle_client(), and ndr_update_context_handle().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingFree | ( | RPC_BINDING_HANDLE * | Binding | ) |
Definition at line 769 of file rpc_binding.c.
Referenced by ATSVC_HANDLE_unbind(), BROWSER_IDENTIFY_HANDLE_unbind(), client(), ClientRpcChannelBuffer_Release(), CreateJob(), CreateProcessWithLogonW(), DNSRSLVR_HANDLE_unbind(), DsSetupUnbind(), epm_register(), EVENTLOG_HANDLE_A_unbind(), EVENTLOG_HANDLE_W_unbind(), get_irot_handle(), listen_test_client_thread(), LOGONSRV_HANDLE_unbind(), main(), MSI_FreePackage(), ndr_update_context_handle(), NetpUnbind(), PDHCP_SERVER_NAME_unbind(), PLSAPR_SERVER_NAME_unbind(), PnpUnbindRpc(), PREGISTRY_SERVER_NAME_unbind(), PSAMPR_SERVER_NAME_unbind(), RPC_CreateClientChannel(), RpcBindingVectorFree(), RpcEpResolveBinding(), RpcEpUnregister(), RpcSmDestroyClientContext(), RunningObjectTableImpl_Destroy(), s_context_handle_test(), ScDestroyStatusBinding(), SRVSVC_HANDLE_unbind(), SVCCTL_HANDLEA_unbind(), SVCCTL_HANDLEW_unbind(), test_endpoint_mapper(), test_ndr_buffer(), test_reconnect(), test_rpc_ncacn_ip_tcp(), test_RpcBindingFree(), test_RpcStringBindingFromBinding(), WINSPOOL_HANDLE_unbind(), WKSSVC_IDENTIFY_HANDLE_unbind(), WKSSVC_IMPERSONATE_HANDLE_unbind(), and WLANSVC_HANDLE_unbind().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingFromStringBindingA | ( | RPC_CSTR | StringBinding, |
| RPC_BINDING_HANDLE * | Binding | ||
| ) |
Definition at line 822 of file rpc_binding.c.
Referenced by client(), EVENTLOG_HANDLE_A_bind(), get_epm_handle_server(), listen_test_client_thread(), SVCCTL_HANDLEA_bind(), test_endpoint_mapper(), test_ndr_buffer(), test_reconnect(), test_rpc_ncacn_ip_tcp(), and test_RpcStringBindingFromBinding().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingFromStringBindingW | ( | RPC_WSTR | StringBinding, |
| RPC_BINDING_HANDLE * | Binding | ||
| ) |
Definition at line 862 of file rpc_binding.c.
Referenced by __wine_msi_call_dll_function(), ATSVC_HANDLE_bind(), BROWSER_IDENTIFY_HANDLE_bind(), CreateProcessWithLogonW(), DNSRSLVR_HANDLE_bind(), DsSetupBind(), EVENTLOG_HANDLE_W_bind(), get_irot_handle(), LOGONSRV_HANDLE_bind(), NetpBind(), PDHCP_SERVER_NAME_bind(), PLSAPR_SERVER_NAME_bind(), PnpBindRpc(), PREGISTRY_SERVER_NAME_bind(), PSAMPR_SERVER_NAME_bind(), RPC_CreateClientChannel(), ScCreateStatusBinding(), SRVSVC_HANDLE_bind(), SVCCTL_HANDLEW_bind(), WINSPOOL_HANDLE_bind(), WKSSVC_IDENTIFY_HANDLE_bind(), WKSSVC_IMPERSONATE_HANDLE_bind(), and WLANSVC_HANDLE_bind().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthClientA | ( | RPC_BINDING_HANDLE | ClientBinding, |
| RPC_AUTHZ_HANDLE * | Privs, | ||
| RPC_CSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| ULONG * | AuthzSvc | ||
| ) |
Definition at line 1554 of file rpc_binding.c.
Referenced by s_authinfo_test().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthClientExA | ( | RPC_BINDING_HANDLE | ClientBinding, |
| RPC_AUTHZ_HANDLE * | Privs, | ||
| RPC_CSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| ULONG * | AuthzSvc, | ||
| ULONG | Flags | ||
| ) |
Definition at line 1578 of file rpc_binding.c.
Referenced by RpcBindingInqAuthClientA(), and s_authinfo_test().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthClientExW | ( | RPC_BINDING_HANDLE | ClientBinding, |
| RPC_AUTHZ_HANDLE * | Privs, | ||
| RPC_WSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| ULONG * | AuthzSvc, | ||
| ULONG | Flags | ||
| ) |
Definition at line 1604 of file rpc_binding.c.
Referenced by RpcBindingInqAuthClientExA(), and RpcBindingInqAuthClientW().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthClientW | ( | RPC_BINDING_HANDLE | ClientBinding, |
| RPC_AUTHZ_HANDLE * | Privs, | ||
| RPC_WSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| ULONG * | AuthzSvc | ||
| ) |
Definition at line 1566 of file rpc_binding.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthInfoA | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_CSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE * | AuthIdentity, | ||
| ULONG * | AuthzSvc | ||
| ) |
Definition at line 1532 of file rpc_binding.c.
Referenced by test_rpc_ncacn_ip_tcp().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthInfoExA | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_CSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE * | AuthIdentity, | ||
| ULONG * | AuthzSvc, | ||
| ULONG | RpcQosVersion, | ||
| RPC_SECURITY_QOS * | SecurityQOS | ||
| ) |
Definition at line 1464 of file rpc_binding.c.
Referenced by RpcBindingInqAuthInfoA().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthInfoExW | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_WSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE * | AuthIdentity, | ||
| ULONG * | AuthzSvc, | ||
| ULONG | RpcQosVersion, | ||
| RPC_SECURITY_QOS * | SecurityQOS | ||
| ) |
Definition at line 1490 of file rpc_binding.c.
Referenced by RpcBindingInqAuthInfoExA(), and RpcBindingInqAuthInfoW().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqAuthInfoW | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_WSTR * | ServerPrincName, | ||
| ULONG * | AuthnLevel, | ||
| ULONG * | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE * | AuthIdentity, | ||
| ULONG * | AuthzSvc | ||
| ) |
Definition at line 1543 of file rpc_binding.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqObject | ( | RPC_BINDING_HANDLE | Binding, |
| UUID * | ObjectUuid | ||
| ) |
Definition at line 798 of file rpc_binding.c.
Referenced by ClientRpcChannelBuffer_GetBuffer(), and dispatch_rpc().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingInqOption | ( | RPC_BINDING_HANDLE | Binding, |
| ULONG | Option, | ||
| ULONG_PTR * | OptionValue | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingReset | ( | RPC_BINDING_HANDLE | Binding | ) |
Definition at line 1006 of file rpc_binding.c.
Referenced by test_endpoint_mapper().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingServerFromClient | ( | RPC_BINDING_HANDLE | ClientBinding, |
| RPC_BINDING_HANDLE * | ServerBinding | ||
| ) |
Definition at line 1628 of file rpc_binding.c.
Referenced by CreateJob(), and s_context_handle_test().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetAuthInfoA | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_CSTR | ServerPrincName, | ||
| ULONG | AuthnLevel, | ||
| ULONG | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE | AuthIdentity, | ||
| ULONG | AuthzSvr | ||
| ) |
Definition at line 1915 of file rpc_binding.c.
Referenced by test_rpc_ncacn_ip_tcp().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetAuthInfoExA | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_CSTR | ServerPrincName, | ||
| ULONG | AuthnLevel, | ||
| ULONG | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE | AuthIdentity, | ||
| ULONG | AuthzSvr, | ||
| RPC_SECURITY_QOS * | SecurityQos | ||
| ) |
Definition at line 1652 of file rpc_binding.c.
Referenced by RpcBindingSetAuthInfoA().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetAuthInfoExW | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_WSTR | ServerPrincName, | ||
| ULONG | AuthnLevel, | ||
| ULONG | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE | AuthIdentity, | ||
| ULONG | AuthzSvr, | ||
| RPC_SECURITY_QOS * | SecurityQos | ||
| ) |
Definition at line 1784 of file rpc_binding.c.
Referenced by RpcBindingSetAuthInfoW().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetAuthInfoW | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_WSTR | ServerPrincName, | ||
| ULONG | AuthnLevel, | ||
| ULONG | AuthnSvc, | ||
| RPC_AUTH_IDENTITY_HANDLE | AuthIdentity, | ||
| ULONG | AuthzSvr | ||
| ) |
Definition at line 1927 of file rpc_binding.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetObject | ( | RPC_BINDING_HANDLE | Binding, |
| UUID * | ObjectUuid | ||
| ) |
Definition at line 810 of file rpc_binding.c.
Referenced by RPC_CreateClientChannel().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingSetOption | ( | RPC_BINDING_HANDLE | Binding, |
| ULONG | Option, | ||
| ULONG_PTR | OptionValue | ||
| ) |
Definition at line 1938 of file rpc_binding.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingToStringBindingA | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_CSTR * | StringBinding | ||
| ) |
Definition at line 902 of file rpc_binding.c.
Referenced by RpcBindingToStringBindingW(), s_context_handle_test(), test_RpcServerUseProtseq(), and test_RpcStringBindingFromBinding().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingToStringBindingW | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_WSTR * | StringBinding | ||
| ) |
Definition at line 929 of file rpc_binding.c.
Referenced by CreateJob().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcBindingVectorFree | ( | RPC_BINDING_VECTOR ** | BindingVector | ) |
Definition at line 784 of file rpc_binding.c.
Referenced by test_endpoint_mapper(), and test_RpcServerUseProtseq().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcCancelThread | ( | void * | ThreadHandle | ) |
Definition at line 1085 of file rpcrt4_main.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcCancelThreadEx | ( | void * | ThreadHandle, |
| LONG | Timeout | ||
| ) |
Definition at line 1094 of file rpcrt4_main.c.
Referenced by RpcCancelThread().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcEpRegisterA | ( | RPC_IF_HANDLE | IfSpec, |
| RPC_BINDING_VECTOR * | BindingVector, | ||
| UUID_VECTOR * | UuidVector, | ||
| RPC_CSTR | Annotation | ||
| ) |
Definition at line 295 of file rpc_epmap.c.
Referenced by test_endpoint_mapper().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcEpRegisterNoReplaceA | ( | RPC_IF_HANDLE | IfSpec, |
| RPC_BINDING_VECTOR * | BindingVector, | ||
| UUID_VECTOR * | UuidVector, | ||
| RPC_CSTR | Annotation | ||
| ) |
Definition at line 304 of file rpc_epmap.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcEpRegisterNoReplaceW | ( | RPC_IF_HANDLE | IfSpec, |
| RPC_BINDING_VECTOR * | BindingVector, | ||
| UUID_VECTOR * | UuidVector, | ||
| RPC_WSTR | Annotation | ||
| ) |
Definition at line 328 of file rpc_epmap.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcEpRegisterW | ( | RPC_IF_HANDLE | IfSpec, |
| RPC_BINDING_VECTOR * | BindingVector, | ||
| UUID_VECTOR * | UuidVector, | ||
| RPC_WSTR | Annotation | ||
| ) |
Definition at line 313 of file rpc_epmap.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcEpResolveBinding | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_IF_HANDLE | IfSpec | ||
| ) |
Definition at line 430 of file rpc_epmap.c.
Referenced by I_RpcNegotiateTransferSyntax(), and test_endpoint_mapper().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcEpUnregister | ( | RPC_IF_HANDLE | IfSpec, |
| RPC_BINDING_VECTOR * | BindingVector, | ||
| UUID_VECTOR * | UuidVector | ||
| ) |
Definition at line 343 of file rpc_epmap.c.
Referenced by test_endpoint_mapper().
Definition at line 890 of file rpcrt4_main.c.
Referenced by test_RpcExceptionFilter().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcImpersonateClient | ( | RPC_BINDING_HANDLE | Binding | ) |
Definition at line 1038 of file rpc_binding.c.
Referenced by _RpcAbortPrinter(), _RpcAddForm(), _RpcAddJob(), _RpcAddMonitor(), _RpcAddPort(), _RpcAddPortEx(), _RpcAddPrinterDriver(), _RpcAddPrinterDriverEx(), _RpcAddPrintProcessor(), _RpcAddPrintProvidor(), _RpcClosePrinter(), _RpcCloseSpoolFileHandle(), _RpcCommitSpoolData(), _RpcCommitSpoolData2(), _RpcConfigurePort(), _RpcDeleteForm(), _RpcDeleteMonitor(), _RpcDeletePort(), _RpcDeletePrinter(), _RpcDeletePrinterDriver(), _RpcDeletePrinterDriverEx(), _RpcDeletePrintProcessor(), _RpcDeletePrintProvidor(), _RpcEndDocPrinter(), _RpcEndPagePrinter(), _RpcEnumForms(), _RpcEnumJobs(), _RpcEnumMonitors(), _RpcEnumPorts(), _RpcEnumPrinterDrivers(), _RpcEnumPrinters(), _RpcEnumPrintProcessorDatatypes(), _RpcEnumPrintProcessors(), _RpcGetForm(), _RpcGetJob(), _RpcGetPrinter(), _RpcGetPrinterDataEx(), _RpcGetPrinterDriver(), _RpcGetPrinterDriver2(), _RpcGetPrinterDriverDirectory(), _RpcGetPrintProcessorDirectory(), _RpcGetSpoolFileInfo(), _RpcGetSpoolFileInfo2(), _RpcOpenPrinter(), _RpcPrinterMessageBox(), _RpcReadPrinter(), _RpcResetPrinterEx(), _RpcScheduleJob(), _RpcSeekPrinter(), _RpcSetForm(), _RpcSetJob(), _RpcSetPort(), _RpcSetPrinterDataEx(), _RpcSpoolerInit(), _RpcStartDocPrinter(), _RpcStartPagePrinter(), _RpcWritePrinter(), _RpcXcvData(), IsCallerInteractive(), LsarSetSecurityObject(), NetpGetClientLogonId(), RSetServiceObjectSecurity(), s_authinfo_test(), and YGetPrinterDriver2().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtEnableIdleCleanup | ( | void | ) |
Definition at line 1611 of file rpc_server.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtEpEltInqBegin | ( | RPC_BINDING_HANDLE | EpBinding, |
| ULONG | InquiryType, | ||
| RPC_IF_ID * | IfId, | ||
| ULONG | VersOption, | ||
| UUID * | ObjectUuid, | ||
| RPC_EP_INQ_HANDLE * | InquiryContext | ||
| ) |
Definition at line 1693 of file rpc_server.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtInqIfIds | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_IF_ID_VECTOR ** | IfIdVector | ||
| ) |
Definition at line 1650 of file rpc_server.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtInqStats | ( | RPC_BINDING_HANDLE | Binding, |
| RPC_STATS_VECTOR ** | Statistics | ||
| ) |
Definition at line 1659 of file rpc_server.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtIsServerListening | ( | RPC_BINDING_HANDLE | Binding | ) |
Definition at line 1704 of file rpc_server.c.
Referenced by _test_is_server_listening(), and _test_is_server_listening2().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtSetAuthorizationFn | ( | RPC_MGMT_AUTHORIZATION_FN | fn | ) |
Definition at line 1725 of file rpc_server.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtSetCancelTimeout | ( | LONG | Timeout | ) |
Definition at line 957 of file rpcrt4_main.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtSetComTimeout | ( | RPC_BINDING_HANDLE | Binding, |
| unsigned int | Timeout | ||
| ) |
Definition at line 1454 of file rpc_binding.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtSetServerStackSize | ( | ULONG | ThreadStackSize | ) |
Definition at line 1734 of file rpc_server.c.
Referenced by CallPerInstanceInitFunctions().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtStatsVectorFree | ( | RPC_STATS_VECTOR ** | StatsVector | ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtStopServerListening | ( | RPC_BINDING_HANDLE | Binding | ) |
Definition at line 1596 of file rpc_server.c.
Referenced by _ServiceControlHandlerEx(), RpcpStopRpcServer(), RpcpStopRpcServerEx(), s_stop(), SamrShutdownSamServer(), service_handler(), ServiceControlHandler(), ShutdownRpc(), test_rpc_ncacn_ip_tcp(), test_server_listening(), and test_stop_wait_for_call().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcMgmtWaitServerListen | ( | void | ) |
Definition at line 1539 of file rpc_server.c.
Referenced by RpcpStopRpcServer(), RpcpStopRpcServerEx(), RpcServerListen(), run_server(), server(), test_rpc_ncacn_ip_tcp(), test_server_listening(), and wait_listen_proc().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcNetworkInqProtseqsA | ( | RPC_PROTSEQ_VECTORA ** | protseqs | ) |
Definition at line 3943 of file rpc_transport.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcNetworkInqProtseqsW | ( | RPC_PROTSEQ_VECTORW ** | protseqs | ) |
Definition at line 3910 of file rpc_transport.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcNetworkIsProtseqValidA | ( | RPC_CSTR | protseq | ) |
Definition at line 3858 of file rpc_transport.c.
Referenced by test_rpc_ncacn_ip_tcp().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcNetworkIsProtseqValidW | ( | RPC_WSTR | protseq | ) |
Definition at line 3841 of file rpc_transport.c.
Referenced by RpcNetworkIsProtseqValidA().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcObjectSetType | ( | UUID * | ObjUuid, |
| UUID * | TypeUuid | ||
| ) |
Definition at line 1281 of file rpc_server.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcProtseqVectorFreeA | ( | RPC_PROTSEQ_VECTORA ** | protseqs | ) |
Definition at line 3874 of file rpc_transport.c.
Referenced by RpcNetworkInqProtseqsA().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcProtseqVectorFreeW | ( | RPC_PROTSEQ_VECTORW ** | protseqs | ) |
Definition at line 3892 of file rpc_transport.c.
Referenced by RpcNetworkInqProtseqsW().
| RPCRTAPI DECLSPEC_NORETURN void RPC_ENTRY RpcRaiseException | ( | RPC_STATUS | exception | ) |
Definition at line 213 of file rpcrt4_main.c.
Referenced by array_buffer_size(), array_compute_and_size_conformance(), array_compute_and_write_conformance(), array_free(), array_memory_size(), array_read_conformance(), array_read_variance_and_unmarshall(), array_write_variance_and_marshall(), call_buffer_sizer(), call_marshaller(), call_unmarshaller(), client_do_args(), client_free_handle(), client_get_handle(), ComplexMarshall(), ComplexUnmarshall(), convert_old_args(), CtxClose(), CtxHello(), CtxOpen(), dispatch_rpc(), do_ndr_async_client_call(), EmbeddedComplexSize(), es_data_alloc(), es_data_read(), get_arm_offset_from_union_arm_selector(), hello_CtxClose(), hello_CtxHello(), hello_CtxOpen(), HMETAFILEPICT_UserUnmarshal(), LPSAFEARRAY_UserMarshal(), LPSAFEARRAY_UserSize(), LPSAFEARRAY_UserUnmarshal(), m_CtxClose(), m_CtxHello(), m_CtxOpen(), mes_proc_header_unmarshal(), ndr_client_call(), NdrAllocate(), NdrAsyncServerCall(), NdrBaseTypeMarshall(), NDRCContextBinding(), NDRCContextUnmarshall(), NdrClientContextMarshall(), NdrClientContextUnmarshall(), NdrComplexArrayBufferSize(), NdrComplexArrayFree(), NdrComplexArrayMarshall(), NdrComplexArrayMemorySize(), NdrComplexArrayUnmarshall(), NdrConformantArrayBufferSize(), NdrConformantArrayFree(), NdrConformantArrayMarshall(), NdrConformantArrayMemorySize(), NdrConformantArrayUnmarshall(), NdrConformantStringBufferSize(), NdrConformantStringMarshall(), NdrConformantStringMemorySize(), NdrConformantStringUnmarshall(), NdrConformantStructBufferSize(), NdrConformantStructFree(), NdrConformantStructMarshall(), NdrConformantStructUnmarshall(), NdrConformantVaryingArrayBufferSize(), NdrConformantVaryingArrayFree(), NdrConformantVaryingArrayMarshall(), NdrConformantVaryingArrayMemorySize(), NdrConformantVaryingArrayUnmarshall(), NdrConformantVaryingStructBufferSize(), NdrConformantVaryingStructFree(), NdrConformantVaryingStructMarshall(), NdrConformantVaryingStructMemorySize(), NdrConformantVaryingStructUnmarshall(), NdrContextHandleBufferSize(), NdrContextHandleMarshall(), NdrContextHandleUnmarshall(), NdrFixedArrayBufferSize(), NdrFixedArrayFree(), NdrFixedArrayMarshall(), NdrFixedArrayMemorySize(), NdrFixedArrayUnmarshall(), NdrGetBuffer(), NdrInterfacePointerMarshall(), NdrInterfacePointerUnmarshall(), NdrMesProcEncodeDecode(), NdrNonConformantStringBufferSize(), NdrNonConformantStringMarshall(), NdrNonConformantStringMemorySize(), NdrNonConformantStringUnmarshall(), NdrpCompleteAsyncServerCall(), NdrPointerUnmarshall(), NdrProxyGetBuffer(), NdrProxyInitialize(), NdrProxySendReceive(), NdrRangeBufferSize(), NdrRangeMarshall(), NdrRangeMemorySize(), NdrRangeUnmarshall(), NDRSContextMarshall2(), NDRSContextUnmarshall2(), NdrSendReceive(), NdrServerContextMarshall(), NdrServerContextNewMarshall(), NdrServerContextNewUnmarshall(), NdrServerContextUnmarshall(), NdrStubCall2(), NdrStubForwardingFunction(), NdrStubGetBuffer(), NdrVaryingArrayBufferSize(), NdrVaryingArrayFree(), NdrVaryingArrayMarshall(), NdrVaryingArrayMemorySize(), NdrVaryingArrayUnmarshall(), PointerBufferSize(), PointerMarshall(), PointerMemorySize(), PointerUnmarshall(), PSAMPR_SERVER_NAME_bind(), ReadConformance(), ReadVariance(), RpcSsDestroyClientContext(), safe_buffer_increment(), safe_buffer_length_increment(), safe_copy_from_buffer(), safe_copy_to_buffer(), safe_multiply(), SAFEARRAY_GetUnionType(), SizeConformance(), SizeVariance(), STGMEDIUM_UserUnmarshal(), stub_do_args(), type_stack_size(), union_arm_marshall(), union_arm_unmarshall(), validate_string_data(), WriteConformance(), and WriteVariance().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcRevertToSelf | ( | void | ) |
Definition at line 1445 of file rpc_binding.c.
Referenced by _RpcAbortPrinter(), _RpcAddForm(), _RpcAddJob(), _RpcAddMonitor(), _RpcAddPort(), _RpcAddPortEx(), _RpcAddPrinterDriver(), _RpcAddPrinterDriverEx(), _RpcAddPrintProcessor(), _RpcAddPrintProvidor(), _RpcClosePrinter(), _RpcCloseSpoolFileHandle(), _RpcCommitSpoolData(), _RpcCommitSpoolData2(), _RpcConfigurePort(), _RpcDeleteForm(), _RpcDeleteMonitor(), _RpcDeletePort(), _RpcDeletePrinter(), _RpcDeletePrinterDriver(), _RpcDeletePrinterDriverEx(), _RpcDeletePrintProcessor(), _RpcDeletePrintProvidor(), _RpcEndDocPrinter(), _RpcEndPagePrinter(), _RpcEnumForms(), _RpcEnumJobs(), _RpcEnumMonitors(), _RpcEnumPorts(), _RpcEnumPrinterDrivers(), _RpcEnumPrinters(), _RpcEnumPrintProcessorDatatypes(), _RpcEnumPrintProcessors(), _RpcGetForm(), _RpcGetJob(), _RpcGetPrinter(), _RpcGetPrinterDataEx(), _RpcGetPrinterDriver(), _RpcGetPrinterDriver2(), _RpcGetPrinterDriverDirectory(), _RpcGetPrintProcessorDirectory(), _RpcGetSpoolFileInfo(), _RpcGetSpoolFileInfo2(), _RpcOpenPrinter(), _RpcPrinterMessageBox(), _RpcReadPrinter(), _RpcResetPrinterEx(), _RpcScheduleJob(), _RpcSeekPrinter(), _RpcSetForm(), _RpcSetJob(), _RpcSetPort(), _RpcSetPrinterDataEx(), _RpcSpoolerInit(), _RpcStartDocPrinter(), _RpcStartPagePrinter(), _RpcWritePrinter(), _RpcXcvData(), IsCallerInteractive(), LsarSetSecurityObject(), NetpGetClientLogonId(), RSetServiceObjectSecurity(), s_authinfo_test(), and YGetPrinterDriver2().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcRevertToSelfEx | ( | RPC_BINDING_HANDLE | Binding | ) |
Definition at line 1071 of file rpc_binding.c.
Referenced by RpcRevertToSelf().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerInqBindings | ( | RPC_BINDING_VECTOR ** | BindingVector | ) |
Definition at line 863 of file rpc_server.c.
Referenced by test_endpoint_mapper(), and test_RpcServerUseProtseq().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerInqDefaultPrincNameA | ( | ULONG | AuthnSvc, |
| RPC_CSTR * | PrincName | ||
| ) |
Definition at line 1481 of file rpc_server.c.
Referenced by test_RpcServerInqDefaultPrincName().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerInqDefaultPrincNameW | ( | ULONG | AuthnSvc, |
| RPC_WSTR * | PrincName | ||
| ) |
Definition at line 1499 of file rpc_server.c.
Referenced by RpcServerInqDefaultPrincNameA().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerListen | ( | unsigned int | MinimumCallThreads, |
| unsigned int | MaxCalls, | ||
| unsigned int | DontWait | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerRegisterAuthInfoA | ( | RPC_CSTR | ServerPrincName, |
| ULONG | AuthnSvc, | ||
| RPC_AUTH_KEY_RETRIEVAL_FN | GetKeyFn, | ||
| void * | Arg | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerRegisterAuthInfoW | ( | RPC_WSTR | ServerPrincName, |
| ULONG | AuthnSvc, | ||
| RPC_AUTH_KEY_RETRIEVAL_FN | GetKeyFn, | ||
| void * | Arg | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerRegisterIf | ( | RPC_IF_HANDLE | IfSpec, |
| UUID * | MgrTypeUuid, | ||
| RPC_MGR_EPV * | MgrEpv | ||
| ) |
Definition at line 1116 of file rpc_server.c.
Referenced by DsSetupInit(), LrpcThreadProc(), LsarStartRpcServer(), main(), RpcpAddInterface(), RpcServerThread(), RPCSS_Initialize(), RpcThreadRoutine(), run_server(), SampStartRpcServer(), ScmStartRpcServer(), server(), StartRpcServer(), test_endpoint_mapper(), test_ndr_buffer(), test_rpc_ncacn_ip_tcp(), and test_server_listening().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerRegisterIf2 | ( | RPC_IF_HANDLE | IfSpec, |
| UUID * | MgrTypeUuid, | ||
| RPC_MGR_EPV * | MgrEpv, | ||
| unsigned int | Flags, | ||
| unsigned int | MaxCalls, | ||
| unsigned int | MaxRpcSize, | ||
| RPC_IF_CALLBACK_FN * | IfCallbackFn | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerRegisterIf3 | ( | RPC_IF_HANDLE | IfSpec, |
| UUID * | MgrTypeUuid, | ||
| RPC_MGR_EPV * | MgrEpv, | ||
| unsigned int | Flags, | ||
| unsigned int | MaxCalls, | ||
| unsigned int | MaxRpcSize, | ||
| RPC_IF_CALLBACK_FN * | IfCallbackFn, | ||
| void * | SecurityDescriptor | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerRegisterIfEx | ( | RPC_IF_HANDLE | IfSpec, |
| UUID * | MgrTypeUuid, | ||
| RPC_MGR_EPV * | MgrEpv, | ||
| unsigned int | Flags, | ||
| unsigned int | MaxCalls, | ||
| RPC_IF_CALLBACK_FN * | IfCallbackFn | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUnregisterIf | ( | RPC_IF_HANDLE | IfSpec, |
| UUID * | MgrTypeUuid, | ||
| unsigned int | WaitForCallsToComplete | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUnregisterIfEx | ( | RPC_IF_HANDLE | IfSpec, |
| UUID * | MgrTypeUuid, | ||
| int | RundownContextHandles | ||
| ) |
Definition at line 1253 of file rpc_server.c.
Referenced by RpcpStopRpcServerEx().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqA | ( | RPC_CSTR | Protseq, |
| unsigned int | MaxCalls, | ||
| void * | SecurityDescriptor | ||
| ) |
Definition at line 1060 of file rpc_server.c.
Referenced by test_RpcServerUseProtseq().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpA | ( | RPC_CSTR | Protseq, |
| unsigned int | MaxCalls, | ||
| RPC_CSTR | Endpoint, | ||
| void * | SecurityDescriptor | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpExA | ( | RPC_CSTR | Protseq, |
| unsigned int | MaxCalls, | ||
| RPC_CSTR | Endpoint, | ||
| void * | SecurityDescriptor, | ||
| PRPC_POLICY | Policy | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpExW | ( | RPC_WSTR | Protseq, |
| unsigned int | MaxCalls, | ||
| RPC_WSTR | Endpoint, | ||
| void * | SecurityDescriptor, | ||
| PRPC_POLICY | Policy | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpW | ( | RPC_WSTR | Protseq, |
| unsigned int | MaxCalls, | ||
| RPC_WSTR | Endpoint, | ||
| void * | SecurityDescriptor | ||
| ) |
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqW | ( | RPC_WSTR | Protseq, |
| unsigned int | MaxCalls, | ||
| void * | SecurityDescriptor | ||
| ) |
Definition at line 1077 of file rpc_server.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingComposeA | ( | RPC_CSTR | ObjUuid, |
| RPC_CSTR | Protseq, | ||
| RPC_CSTR | NetworkAddr, | ||
| RPC_CSTR | Endpoint, | ||
| RPC_CSTR | Options, | ||
| RPC_CSTR * | StringBinding | ||
| ) |
Definition at line 440 of file rpc_binding.c.
Referenced by client(), EVENTLOG_HANDLE_A_bind(), RpcBindingToStringBindingA(), SVCCTL_HANDLEA_bind(), test_endpoint_mapper(), test_ndr_buffer(), test_reconnect(), test_rpc_ncacn_ip_tcp(), test_RpcStringBindingFromBinding(), and test_server_listening().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingComposeW | ( | RPC_WSTR | ObjUuid, |
| RPC_WSTR | Protseq, | ||
| RPC_WSTR | NetworkAddr, | ||
| RPC_WSTR | Endpoint, | ||
| RPC_WSTR | Options, | ||
| RPC_WSTR * | StringBinding | ||
| ) |
Definition at line 493 of file rpc_binding.c.
Referenced by __wine_msi_call_dll_function(), ATSVC_HANDLE_bind(), BROWSER_IDENTIFY_HANDLE_bind(), CreateProcessWithLogonW(), DNSRSLVR_HANDLE_bind(), DsSetupBind(), EVENTLOG_HANDLE_W_bind(), get_irot_handle(), LOGONSRV_HANDLE_bind(), NetpBind(), PDHCP_SERVER_NAME_bind(), PLSAPR_SERVER_NAME_bind(), PnpBindRpc(), PREGISTRY_SERVER_NAME_bind(), PSAMPR_SERVER_NAME_bind(), RPC_CreateClientChannel(), ScCreateStatusBinding(), SRVSVC_HANDLE_bind(), SVCCTL_HANDLEW_bind(), WINSPOOL_HANDLE_bind(), WKSSVC_IDENTIFY_HANDLE_bind(), WKSSVC_IMPERSONATE_HANDLE_bind(), and WLANSVC_HANDLE_bind().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingParseA | ( | RPC_CSTR | StringBinding, |
| RPC_CSTR * | ObjUuid, | ||
| RPC_CSTR * | Protseq, | ||
| RPC_CSTR * | NetworkAddr, | ||
| RPC_CSTR * | Endpoint, | ||
| RPC_CSTR * | NetworkOptions | ||
| ) |
Definition at line 547 of file rpc_binding.c.
Referenced by RpcBindingFromStringBindingA(), s_context_handle_test(), and test_RpcStringBindingParseA().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingParseW | ( | RPC_WSTR | StringBinding, |
| RPC_WSTR * | ObjUuid, | ||
| RPC_WSTR * | Protseq, | ||
| RPC_WSTR * | NetworkAddr, | ||
| RPC_WSTR * | Endpoint, | ||
| RPC_WSTR * | NetworkOptions | ||
| ) |
Definition at line 659 of file rpc_binding.c.
Referenced by CreateJob(), and RpcBindingFromStringBindingW().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringFreeA | ( | RPC_CSTR * | String | ) |
Definition at line 164 of file rpcrt4_main.c.
Referenced by client(), EVENTLOG_HANDLE_A_bind(), RpcBindingFromStringBindingA(), RpcBindingToStringBindingA(), RpcBindingToStringBindingW(), RpcStringBindingParseA(), s_authinfo_test(), s_context_handle_test(), SVCCTL_HANDLEA_bind(), test_endpoint_mapper(), test_ndr_buffer(), test_reconnect(), test_rpc_ncacn_ip_tcp(), test_RpcServerInqDefaultPrincName(), test_RpcServerUseProtseq(), test_RpcStringBindingFromBinding(), test_RpcStringBindingParseA(), test_server_listening(), and test_UuidFromString().
| RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringFreeW | ( | RPC_WSTR * | String | ) |
Definition at line 181 of file rpcrt4_main.c.
Referenced by __wine_msi_call_dll_function(), ATSVC_HANDLE_bind(), BROWSER_IDENTIFY_HANDLE_bind(), CM_Open_Class_Key_ExW(), CreateInstanceKey(), CreateJob(), CreateProcessWithLogonW(), DNSRSLVR_HANDLE_bind(), DsSetupBind(), EVENTLOG_HANDLE_W_bind(), get_irot_handle(), get_settingid(), GuidToString(), LOGONSRV_HANDLE_bind(), NetClassInstaller(), NetpBind(), PDHCP_SERVER_NAME_bind(), PLSAPR_SERVER_NAME_bind(), PnpBindRpc(), PREGISTRY_SERVER_NAME_bind(), PSAMPR_SERVER_NAME_bind(), pSetupStringFromGuid(), RPC_CreateClientChannel(), RpcBindingFromStringBindingW(), RpcBindingInqAuthClientExA(), RpcBindingInqAuthInfoExA(), RpcServerInqDefaultPrincNameA(), RpcStringBindingParseW(), ScCreateStatusBinding(), SETUPDI_CreateDrvKey(), SetupDiInstallDevice(), SRVSVC_HANDLE_bind(), SVCCTL_HANDLEW_bind(), test_UuidFromString(), WINSPOOL_HANDLE_bind(), WKSSVC_IDENTIFY_HANDLE_bind(), WKSSVC_IMPERSONATE_HANDLE_bind(), and WLANSVC_HANDLE_bind().
Definition at line 234 of file rpcrt4_main.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY UuidCreate | ( | UUID * | Uuid | ) |
Definition at line 330 of file rpcrt4_main.c.
Referenced by AllocAndInitializeTelemetryContext(), CoCreateGuid(), CreateInstanceKey(), CRYPT_CreateMachineGuid(), generate_ipid(), GetCurrentHwProfileW(), InstallDevice(), NetClassInstaller(), RpcAssoc_Alloc(), rpcrt4_ncacn_http_open(), RpcServerAssoc_UpdateContextHandle(), test_QueryPathOfRegTypeLib(), test_UuidCreate(), and uuid_generate().
| RPCRTAPI RPC_STATUS RPC_ENTRY UuidCreateNil | ( | UUID * | Uuid | ) |
Definition at line 309 of file rpcrt4_main.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY UuidCreateSequential | ( | UUID * | Uuid | ) |
Definition at line 415 of file rpcrt4_main.c.
Referenced by I_UuidCreate().
Definition at line 277 of file rpcrt4_main.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY UuidFromStringA | ( | RPC_CSTR | StringUuid, |
| UUID * | Uuid | ||
| ) |
Definition at line 615 of file rpcrt4_main.c.
Referenced by RpcBindingFromStringBindingA(), RpcStringBindingParseA(), and test_UuidFromString().
| RPCRTAPI RPC_STATUS RPC_ENTRY UuidFromStringW | ( | RPC_WSTR | StringUuid, |
| UUID * | Uuid | ||
| ) |
Definition at line 655 of file rpcrt4_main.c.
Referenced by CM_Enumerate_Classes_Ex(), get_token(), GetVersionInformationFromInfFile(), InitProbeListPage(), PARSER_GetInfClassW(), pSetupGuidFromString(), RpcBindingFromStringBindingW(), RpcStringBindingParseW(), SETUP_CreateDevicesList(), SETUP_CreateInterfaceList(), SetupDiClassGuidsFromNameExW(), SetupDiInstallDeviceInterfaces(), SetupDiOpenDeviceInfoW(), SetupDiOpenDeviceInterfaceW(), and test_UuidFromString().
Definition at line 501 of file rpcrt4_main.c.
| RPCRTAPI int RPC_ENTRY UuidIsNil | ( | UUID * | Uuid, |
| RPC_STATUS * | Status_ | ||
| ) |
Definition at line 293 of file rpcrt4_main.c.
| RPCRTAPI RPC_STATUS RPC_ENTRY UuidToStringA | ( | UUID * | Uuid, |
| RPC_CSTR * | StringUuid | ||
| ) |
Definition at line 539 of file rpcrt4_main.c.
Referenced by RpcBindingToStringBindingA(), and test_UuidFromString().
| RPCRTAPI RPC_STATUS RPC_ENTRY UuidToStringW | ( | UUID * | Uuid, |
| RPC_WSTR * | StringUuid | ||
| ) |
Definition at line 573 of file rpcrt4_main.c.
Referenced by CM_Open_Class_Key_ExW(), CreateInstanceKey(), get_settingid(), GuidToString(), NetClassInstaller(), pSetupStringFromGuid(), SETUPDI_CreateDrvKey(), SetupDiInstallDevice(), and test_UuidFromString().