ReactOS 0.4.15-dev-7842-g558ab78
usercontext.c File Reference
#include "precomp.h"
#include "wine/debug.h"
Include dependency graph for usercontext.c:

Go to the source code of this file.

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (msv1_0)
 
NTSTATUS NTAPI UsrSpInitUserModeContext (_In_ LSA_SEC_HANDLE ContextHandle, _In_ PSecBuffer PackedContext)
 

Function Documentation

◆ UsrSpInitUserModeContext()

NTSTATUS NTAPI UsrSpInitUserModeContext ( _In_ LSA_SEC_HANDLE  ContextHandle,
_In_ PSecBuffer  PackedContext 
)

Definition at line 15 of file usercontext.c.

18{
19 TRACE("UsrSpInitUserModeContext(%p %p)\n",
20 ContextHandle, PackedContext);
22}
#define STATUS_NOT_IMPLEMENTED
Definition: ntstatus.h:239
#define TRACE(s)
Definition: solgame.cpp:4

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( msv1_0  )