A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/windows/desktop/api/Ntsecpkg/ns-ntsecpkg-secpkg_dll_functions below:

SECPKG_DLL_FUNCTIONS (ntsecpkg.h) - Win32 apps

SECPKG_DLL_FUNCTIONS structure (ntsecpkg.h)

In this article

The SECPKG_DLL_FUNCTIONS structure contains pointers to the LSA functions that a security package can call while executing in-process with a client/server application. The Local Security Authority (LSA) provides this structure during user-mode initialization using each security package's SpInstanceInit function.

Syntax
typedef struct _SECPKG_DLL_FUNCTIONS {
  PLSA_ALLOCATE_LSA_HEAP AllocateHeap;
  PLSA_FREE_LSA_HEAP     FreeHeap;
  PLSA_REGISTER_CALLBACK RegisterCallback;
  PLSA_LOCATE_PKG_BY_ID  LocatePackageById;
} SECPKG_DLL_FUNCTIONS, *PSECPKG_DLL_FUNCTIONS;
Members

AllocateHeap

Pointer to the AllocateHeap function.

FreeHeap

Pointer to the FreeHeap function.

RegisterCallback

Pointer to the RegisterCallback function.

LocatePackageById

Requirements Requirement Value Minimum supported client Windows XP [desktop apps only] Minimum supported server Windows Server 2003 [desktop apps only] Header ntsecpkg.h

Additional resources

In this article

Was this page helpful?


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4