Home
last modified time | relevance | path

Searched refs:ContextHandle (Results 1 – 18 of 18) sorted by relevance

/reactos/dll/win32/dnsapi/
H A Dcontext.c38 HANDLE *ContextHandle) in DnsAcquireContextHandle_W() argument
50 *ContextHandle = 0; in DnsAcquireContextHandle_W()
60 *ContextHandle = 0; in DnsAcquireContextHandle_W()
66 *ContextHandle = (HANDLE)Context; in DnsAcquireContextHandle_W()
72 return DnsAcquireContextHandle_UTF8(CredentialsFlags, Credentials, ContextHandle); in DnsAcquireContextHandle_W()
79 HANDLE *ContextHandle) in DnsAcquireContextHandle_UTF8() argument
83 return DnsAcquireContextHandle_W(CredentialsFlags, Credentials, ContextHandle); in DnsAcquireContextHandle_UTF8()
102 HANDLE *ContextHandle) in DnsAcquireContextHandle_A() argument
106 return DnsAcquireContextHandle_W(CredentialFlags, Credentials, ContextHandle); in DnsAcquireContextHandle_A()
118 DnsReleaseContextHandle(HANDLE ContextHandle) in DnsReleaseContextHandle() argument
[all …]
/reactos/dll/win32/msv1_0/
H A Duser.c28 _In_ LSA_SEC_HANDLE ContextHandle, in UsrSpMakeSignature() argument
34 ContextHandle, QualityOfProtection, in UsrSpMakeSignature()
56 _In_ LSA_SEC_HANDLE ContextHandle, in UsrSpSealMessage() argument
70 _In_ LSA_SEC_HANDLE ContextHandle, in UsrSpUnsealMessage() argument
76 ContextHandle, MessageBuffers, in UsrSpUnsealMessage()
84 _In_ LSA_SEC_HANDLE ContextHandle, in UsrSpGetContextToken() argument
95 _In_ LSA_SEC_HANDLE ContextHandle, in UsrSpQueryContextAttributes() argument
107 _In_ LSA_SEC_HANDLE ContextHandle, in UsrSpCompleteAuthToken() argument
111 ContextHandle, InputBuffer); in UsrSpCompleteAuthToken()
118 _In_ LSA_SEC_HANDLE ContextHandle) in UsrSpDeleteUserModeContext() argument
[all …]
H A Duser.h20 _In_ LSA_SEC_HANDLE ContextHandle,
36 _In_ LSA_SEC_HANDLE ContextHandle,
44 _In_ LSA_SEC_HANDLE ContextHandle,
52 _In_ LSA_SEC_HANDLE ContextHandle,
58 _In_ LSA_SEC_HANDLE ContextHandle,
65 _In_ LSA_SEC_HANDLE ContextHandle,
71 _In_ LSA_SEC_HANDLE ContextHandle);
H A Dlsa.c131 _In_ LSA_SEC_HANDLE ContextHandle, in LsaSpInitLsaModeContext() argument
145 CredentialHandle, ContextHandle, TargetName, in LsaSpInitLsaModeContext()
156 _In_ LSA_SEC_HANDLE ContextHandle, in LsaSpAcceptLsaModeContext() argument
169 CredentialHandle, ContextHandle, InputBuffer, ContextRequirements, in LsaSpAcceptLsaModeContext()
178 _In_ LSA_SEC_HANDLE ContextHandle) in LsaSpDeleteContext() argument
180 TRACE("LsaSpDeleteContext(0x%p)\n", ContextHandle); in LsaSpDeleteContext()
187 _In_ LSA_SEC_HANDLE ContextHandle, in LsaSpApplyControlToken() argument
190 TRACE("LsaSpApplyControlToken(0x%p 0x%p)\n", ContextHandle, ControlToken); in LsaSpApplyControlToken()
H A Dlsa.h80 _In_ LSA_SEC_HANDLE ContextHandle,
96 _In_ LSA_SEC_HANDLE ContextHandle,
110 _In_ LSA_SEC_HANDLE ContextHandle);
115 _In_ LSA_SEC_HANDLE ContextHandle,
H A Dusercontext.c16 _In_ LSA_SEC_HANDLE ContextHandle, in UsrSpInitUserModeContext() argument
20 ContextHandle, PackedContext); in UsrSpInitUserModeContext()
H A Dusercontext.h13 _In_ LSA_SEC_HANDLE ContextHandle,
/reactos/dll/win32/rpcrt4/
H A Dndr_contexthandle.c121 RPC_STATUS WINAPI RpcSmDestroyClientContext(void **ContextHandle) in RpcSmDestroyClientContext() argument
126 TRACE("(%p)\n", ContextHandle); in RpcSmDestroyClientContext()
129 che = get_context_entry(*ContextHandle); in RpcSmDestroyClientContext()
130 *ContextHandle = NULL; in RpcSmDestroyClientContext()
151 void WINAPI RpcSsDestroyClientContext(void **ContextHandle) in RpcSsDestroyClientContext() argument
153 RPC_STATUS status = RpcSmDestroyClientContext(ContextHandle); in RpcSsDestroyClientContext()
H A Dndr_marshall.c7058 NDR_CCONTEXT ContextHandle, in NdrClientContextMarshall() argument
7061 TRACE("(%p, %p, %d)\n", pStubMsg, ContextHandle, fCheck); in NdrClientContextMarshall()
7073 NDRCContextMarshall(ContextHandle, in NdrClientContextMarshall()
7102 NDR_SCONTEXT ContextHandle, in NdrServerContextMarshall() argument
7116 NDRSContextMarshall2(pStubMsg->RpcMsg->Handle, ContextHandle, in NdrServerContextMarshall()
7124 NDR_SCONTEXT ContextHandle; in NdrServerContextUnmarshall() local
7143 return ContextHandle; in NdrServerContextUnmarshall()
7177 NDR_SCONTEXT ContextHandle, in NdrServerContextNewMarshall() argument
7205 NDRSContextMarshall2(pStubMsg->RpcMsg->Handle, ContextHandle, in NdrServerContextNewMarshall()
7213 NDR_SCONTEXT ContextHandle; in NdrServerContextNewUnmarshall() local
[all …]
/reactos/sdk/include/psdk/
H A Drpcndr.h558 NdrClientContextMarshall ( PMIDL_STUB_MESSAGE pStubMsg, NDR_CCONTEXT ContextHandle, int fCheck );
565 …NdrServerContextMarshall ( PMIDL_STUB_MESSAGE pStubMsg, NDR_SCONTEXT ContextHandle, NDR_RUNDOWN Ru…
577 NdrServerContextNewMarshall( PMIDL_STUB_MESSAGE pStubMsg, NDR_SCONTEXT ContextHandle,
584 RpcSmDestroyClientContext( void **ContextHandle );
587 RpcSsDestroyClientContext( void **ContextHandle );
/reactos/base/system/services/
H A Dconfig.c35 IN PVOID ContextHandle,
709 _In_ PVOID ContextHandle, in ScmDecryptPassword() argument
720 Status = SystemFunction028(ContextHandle, in ScmDecryptPassword()
H A Dservices.h162 _In_ PVOID ContextHandle,
/reactos/base/services/srvsvc/
H A Drpcserver.c747 PSHARE_DEL_HANDLE ContextHandle) in NetrShareDelStart() argument
758 PSHARE_DEL_HANDLE ContextHandle) in NetrShareDelCommit() argument
/reactos/dll/win32/advapi32/misc/
H A Dsysfunc.c467 _In_ PVOID ContextHandle, in SystemFunction028() argument
/reactos/dll/win32/advapi32/service/
H A Dscm.c26 IN PVOID ContextHandle,
174 _In_ PVOID ContextHandle, in ScmEncryptPassword() argument
185 Status = SystemFunction028(ContextHandle, in ScmEncryptPassword()
/reactos/base/services/netlogon/
H A Drpcserver.c676 _In_ handle_t ContextHandle, in NetrLogonSamLogonEx() argument
/reactos/sdk/include/reactos/idl/
H A Dsrvsvc.idl1359 [out] PSHARE_DEL_HANDLE ContextHandle);
1364 [in, out] PSHARE_DEL_HANDLE ContextHandle);
H A Dnetlogon.idl1416 [in] handle_t ContextHandle,