IProgressNotify::OnProgress Method (UInt32, UInt32, Int32, Int32)

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

void OnProgress(
	unsigned int dwProgressCurrent,
	unsigned int dwProgressMaximum,
	int fAccurate,
	int fOwner
)

Parameters

dwProgressCurrent
Type: System::UInt32
dwProgressMaximum
Type: System::UInt32
fAccurate
Type: System::Int32
fOwner
Type: System::Int32
Return to top
Show: