Function windows_sys::Wdk::System::SystemServices::ZwOpenProcess
pub unsafe extern "system" fn ZwOpenProcess(
processhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
clientid: *const CLIENT_ID
) -> NTSTATUS
Expand description
Required features: "Wdk_Foundation"
, "Win32_Foundation"
, "Win32_System_WindowsProgramming"