windows::Win32::UI::Shell

Function AssocQueryKeyA

pub unsafe fn AssocQueryKeyA<P2, P3>(
    flags: ASSOCF,
    key: ASSOCKEY,
    pszassoc: P2,
    pszextra: P3,
) -> Result<HKEY>
where P2: Param<PCSTR>, P3: Param<PCSTR>,