windows::Win32::UI::Shell

Function SHRegGetBoolUSValueW

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