函数参考


_WinAPI_GetSystemDEPPolicy

Gets the data execution prevention (DEP) policy setting for the system.

#Include <WinAPIEx.au3>
_WinAPI_GetSystemDEPPolicy ( )

参数

None.

返回值

Success The DEP policy setting, which can be one of the following values.
0 AlwaysOff
1 AlwaysOn
2 OptIn
3 OptOut
Failure (-1) and sets the @error flag to non-zero.

注意/说明

This function requires Windows XP with SP3, Windows Vista with SP1 or later.

相关

详情参考

在MSDN中搜索