windows::Win32::System::Com

Function MonikerRelativePathTo

pub unsafe fn MonikerRelativePathTo<P0, P1>(
    pmksrc: P0,
    pmkdest: P1,
    ppmkrelpath: *mut Option<IMoniker>,
    dwreserved: bool,
) -> Result<()>
where P0: Param<IMoniker>, P1: Param<IMoniker>,