windows::Win32::UI::Shell

Function SHRegGetBoolUSValueA

pub unsafe fn SHRegGetBoolUSValueA<P0, P1>(
    pszsubkey: P0,
    pszvalue: P1,
    fignorehkcu: bool,
    fdefault: bool,
) -> BOOL
where P0: Param<PCSTR>, P1: Param<PCSTR>,