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