windows::Win32::UI::Shell

Function AssocQueryStringA

pub unsafe fn AssocQueryStringA<P2, P3>(
    flags: ASSOCF,
    str: ASSOCSTR,
    pszassoc: P2,
    pszextra: P3,
    pszout: Option<PSTR>,
    pcchout: *mut u32,
) -> HRESULT
where P2: Param<PCSTR>, P3: Param<PCSTR>,