windows::Win32::UI::Shell

Function SHParseDisplayName

pub unsafe fn SHParseDisplayName<P0, P1>(
    pszname: P0,
    pbc: P1,
    ppidl: *mut *mut ITEMIDLIST,
    sfgaoin: u32,
    psfgaoout: Option<*mut u32>,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<IBindCtx>,