IProgressNotify.OnProgress(UInt32, UInt32, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void OnProgress(System::UInt32 dwProgressCurrent, System::UInt32 dwProgressMaximum, int fAccurate, int fOwner);
public:
void OnProgress(unsigned int dwProgressCurrent, unsigned int dwProgressMaximum, int fAccurate, int fOwner);
void OnProgress(unsigned int dwProgressCurrent, unsigned int dwProgressMaximum, int fAccurate, int fOwner);
public void OnProgress (uint dwProgressCurrent, uint dwProgressMaximum, int fAccurate, int fOwner);
abstract member OnProgress : uint32 * uint32 * int * int -> unit
Public Sub OnProgress (dwProgressCurrent As UInteger, dwProgressMaximum As UInteger, fAccurate As Integer, fOwner As Integer)
Parameters
- dwProgressCurrent
- UInt32
- dwProgressMaximum
- UInt32
- fAccurate
- Int32
- fOwner
- Int32