ReactOS 0.4.15-dev-7953-g1f49173
stubs.c
Go to the documentation of this file.
1
2#include "precomp.h"
3
5 PCredHandle phCredential, PCtxtHandle phContext, PSecBufferDesc pInput,
6 ULONG fContextReq, ULONG TargetDataRep, PCtxtHandle phNewContext,
7 PSecBufferDesc pOutput, ULONG *pfContextAttr, PTimeStamp ptsExpiry)
8{
10}
11
13 PSecBufferDesc pInput)
14{
16}
17
19 PSecBufferDesc pToken)
20{
22}
23
25{
27}
SECURITY_STATUS WINAPI schan_ImpersonateSecurityContext(PCtxtHandle phContext)
Definition: stubs.c:24
SECURITY_STATUS WINAPI schan_ApplyControlToken(PCtxtHandle phContext, PSecBufferDesc pInput)
Definition: stubs.c:12
SECURITY_STATUS WINAPI schan_CompleteAuthToken(PCtxtHandle phContext, PSecBufferDesc pToken)
Definition: stubs.c:18
SECURITY_STATUS WINAPI schan_AcceptSecurityContext(PCredHandle phCredential, PCtxtHandle phContext, PSecBufferDesc pInput, ULONG fContextReq, ULONG TargetDataRep, PCtxtHandle phNewContext, PSecBufferDesc pOutput, ULONG *pfContextAttr, PTimeStamp ptsExpiry)
Definition: stubs.c:4
LONG SECURITY_STATUS
Definition: sspi.h:34
uint32_t ULONG
Definition: typedefs.h:59
#define WINAPI
Definition: msvc.h:6
#define SEC_E_UNSUPPORTED_FUNCTION
Definition: winerror.h:2911