windows::Win32::UI::Shell

Function AssocQueryStringW

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