windows::Win32::System::Registry

Function RegOpenKeyExW

pub unsafe fn RegOpenKeyExW<P1>(
    hkey: HKEY,
    lpsubkey: P1,
    uloptions: Option<u32>,
    samdesired: REG_SAM_FLAGS,
    phkresult: *mut HKEY,
) -> WIN32_ERROR
where P1: Param<PCWSTR>,