windows::Win32::System::Registry

Function RegQueryValueA

pub unsafe fn RegQueryValueA<P1>(
    hkey: HKEY,
    lpsubkey: P1,
    lpdata: Option<PSTR>,
    lpcbdata: Option<*mut i32>,
) -> WIN32_ERROR
where P1: Param<PCSTR>,