IBindStatusCallback.OnProgress(UInt32, UInt32, UInt32, String) 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 ulProgress, System::UInt32 ulProgressMax, System::UInt32 ulStatusCode, System::String ^ szStatusText);
public:
void OnProgress(unsigned int ulProgress, unsigned int ulProgressMax, unsigned int ulStatusCode, Platform::String ^ szStatusText);
void OnProgress(unsigned int ulProgress, unsigned int ulProgressMax, unsigned int ulStatusCode, std::wstring const & szStatusText);
public void OnProgress (uint ulProgress, uint ulProgressMax, uint ulStatusCode, string szStatusText);
abstract member OnProgress : uint32 * uint32 * uint32 * string -> unit
Public Sub OnProgress (ulProgress As UInteger, ulProgressMax As UInteger, ulStatusCode As UInteger, szStatusText As String)
Parameters
- ulProgress
- UInt32
- ulProgressMax
- UInt32
- ulStatusCode
- UInt32
- szStatusText
- String