IsUserCetAvailableInEnvironment function (sysinfoapi.h)
Queries whether user-mode Hardware-enforced Stack Protection is available for the specified environment.
Syntax
BOOL IsUserCetAvailableInEnvironment(
DWORD UserCetEnvironment
);
Parameters
UserCetEnvironment
The environment to query. This parameter can be one of the following values.
Return value
TRUE if user-mode Hardware-enforced Stack Protection is available for the specified environment, FALSE otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 Build 20348 |
Minimum supported server | Windows 10 Build 20348 |
Header | sysinfoapi.h |