windows::Win32::System::Com

Function CreateStdProgressIndicator

pub unsafe fn CreateStdProgressIndicator<P1, P2>(
    hwndparent: HWND,
    psztitle: P1,
    pibsccaller: P2,
) -> Result<IBindStatusCallback>
where P1: Param<PCWSTR>, P2: Param<IBindStatusCallback>,