Function windows::Win32::UI::Shell::AssocQueryStringByKeyA
pub unsafe fn AssocQueryStringByKeyA<P0, P1>(
flags: ASSOCF,
str: ASSOCSTR,
hkassoc: P0,
pszextra: P1,
pszout: PSTR,
pcchout: *mut u32,
) -> HRESULTwhere
P0: Param<HKEY>,
P1: Param<PCSTR>,