IProgressNotify.OnProgress(UInt32, UInt32, Int32, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- dwProgressCurrent
- UInt32
- dwProgressMaximum
- UInt32
- fAccurate
- Int32
- fOwner
- Int32