Function windows::Win32::System::Threading::GetProcessDEPPolicy
pub unsafe fn GetProcessDEPPolicy<P0>(
hprocess: P0,
lpflags: *mut u32,
lppermanent: *mut BOOL,
) -> Result<()>where
P0: Param<HANDLE>,