ReactOS 0.4.15-dev-7934-g1dc8d80
stubs.c File Reference
#include "precomp.h"
Include dependency graph for stubs.c:

Go to the source code of this file.

Functions

SECURITY_STATUS WINAPI schan_AcceptSecurityContext (PCredHandle phCredential, PCtxtHandle phContext, PSecBufferDesc pInput, ULONG fContextReq, ULONG TargetDataRep, PCtxtHandle phNewContext, PSecBufferDesc pOutput, ULONG *pfContextAttr, PTimeStamp ptsExpiry)
 
SECURITY_STATUS WINAPI schan_ApplyControlToken (PCtxtHandle phContext, PSecBufferDesc pInput)
 
SECURITY_STATUS WINAPI schan_CompleteAuthToken (PCtxtHandle phContext, PSecBufferDesc pToken)
 
SECURITY_STATUS WINAPI schan_ImpersonateSecurityContext (PCtxtHandle phContext)
 

Function Documentation

◆ schan_AcceptSecurityContext()

SECURITY_STATUS WINAPI schan_AcceptSecurityContext ( PCredHandle  phCredential,
PCtxtHandle  phContext,
PSecBufferDesc  pInput,
ULONG  fContextReq,
ULONG  TargetDataRep,
PCtxtHandle  phNewContext,
PSecBufferDesc  pOutput,
ULONG pfContextAttr,
PTimeStamp  ptsExpiry 
)

Definition at line 4 of file stubs.c.

8{
10}
#define SEC_E_UNSUPPORTED_FUNCTION
Definition: winerror.h:2911

◆ schan_ApplyControlToken()

SECURITY_STATUS WINAPI schan_ApplyControlToken ( PCtxtHandle  phContext,
PSecBufferDesc  pInput 
)

Definition at line 12 of file stubs.c.

14{
16}

◆ schan_CompleteAuthToken()

SECURITY_STATUS WINAPI schan_CompleteAuthToken ( PCtxtHandle  phContext,
PSecBufferDesc  pToken 
)

Definition at line 18 of file stubs.c.

20{
22}

◆ schan_ImpersonateSecurityContext()

SECURITY_STATUS WINAPI schan_ImpersonateSecurityContext ( PCtxtHandle  phContext)

Definition at line 24 of file stubs.c.

25{
27}