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. |
在MSDN中搜索