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

Required features: "Win32_System_Registry", "Win32_Foundation"