Function windows::Win32::System::Com::MkParseDisplayName

pub unsafe fn MkParseDisplayName<P0, P1>(
    pbc: P0,
    szusername: P1,
    pcheaten: *mut u32,
    ppmk: *mut Option<IMoniker>,
) -> Result<()>
where P0: Param<IBindCtx>, P1: Param<PCWSTR>,