Function windows::Win32::System::Threading::OpenProcessToken
pub unsafe fn OpenProcessToken<P0>(
processhandle: P0,
desiredaccess: TOKEN_ACCESS_MASK,
tokenhandle: *mut HANDLE,
) -> Result<()>where
P0: Param<HANDLE>,