windows::Win32::System::Registry

Function RegQueryValueW

pub unsafe fn RegQueryValueW<P1>(
    hkey: HKEY,
    lpsubkey: P1,
    lpdata: Option<PWSTR>,
    lpcbdata: Option<*mut i32>,
) -> WIN32_ERROR
where P1: Param<PCWSTR>,