Function windows_sys::Win32::System::Registry::RegOpenKeyExW
pub unsafe extern "system" fn RegOpenKeyExW(
hkey: HKEY,
lpsubkey: PCWSTR,
uloptions: u32,
samdesired: REG_SAM_FLAGS,
phkresult: *mut HKEY
) -> WIN32_ERROR
Expand description
Required features: "Win32_Foundation"