Function windows::Win32::System::Com::CreateStdProgressIndicator
pub unsafe fn CreateStdProgressIndicator<P0, P1, P2>(
hwndparent: P0,
psztitle: P1,
pibsccaller: P2,
) -> Result<IBindStatusCallback>where
P0: Param<HWND>,
P1: Param<PCWSTR>,
P2: Param<IBindStatusCallback>,