pub unsafe extern "system" fn RegQueryMultipleValuesW(
    hkey: HKEY,
    val_list: *mut VALENTW,
    num_vals: u32,
    lpvaluebuf: PWSTR,
    ldwtotsize: *mut u32
) -> WIN32_ERROR
Expand description

Required features: "Win32_System_Registry", "Win32_Foundation"