ReactOS 0.4.15-dev-7924-g5949c20
usercontext.h
Go to the documentation of this file.
1/*
2 * PROJECT: Authentication Package DLL
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Manage user mode contexts (create, destroy, reference)
5 * COPYRIGHT: Copyright 2019-2020 Andreas Maier <staubim@quantentunnel.de>
6 */
7
8#pragma once
9
13 _In_ LSA_SEC_HANDLE ContextHandle,
14 _In_ PSecBuffer PackedContext);
LONG NTSTATUS
Definition: precomp.h:26
#define _In_
Definition: ms_sal.h:308
ULONG LSA_SEC_HANDLE
Definition: ntsecpkg.h:208
PVOID *typedef PSecBuffer
Definition: ntsecpkg.h:440
#define NTAPI
Definition: typedefs.h:36
NTSTATUS NTAPI UsrSpInitUserModeContext(_In_ LSA_SEC_HANDLE ContextHandle, _In_ PSecBuffer PackedContext)
Definition: usercontext.c:15