IBindStatusCallback::OnProgress Method (UInt32, UInt32, UInt32, String^)

 
Namespace:   Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

void OnProgress(
	unsigned int ulProgress,
	unsigned int ulProgressMax,
	unsigned int ulStatusCode,
	String^ szStatusText
)

Parameters

ulProgress
Type: System::UInt32
ulProgressMax
Type: System::UInt32
ulStatusCode
Type: System::UInt32
szStatusText
Type: System::String^
Return to top
Show: