Function windows::Win32::UI::Shell::AssocQueryKeyW

pub unsafe fn AssocQueryKeyW<P0, P1>(
    flags: ASSOCF,
    key: ASSOCKEY,
    pszassoc: P0,
    pszextra: P1
) -> Result<HKEY>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,