SECPKG_CONTEXT_THUNKS structure (ntsecpkg.h)
The SECPKG_CONTEXT_THUNKS structure contains information about QueryContextAttributes (General) calls to be executed in LSA mode.
This structure is used by the SpGetExtendedInformation and SpSetExtendedInformation functions.
Syntax
typedef struct _SECPKG_CONTEXT_THUNKS {
ULONG InfoLevelCount;
ULONG Levels[1];
} SECPKG_CONTEXT_THUNKS, *PSECPKG_CONTEXT_THUNKS;
Members
InfoLevelCount
The number of attributes specified by the Levels parameter.
Levels[1]
An array of one or more context attributes. For a complete list of valid values, see QueryContextAttributes (General).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | ntsecpkg.h |