Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called to indicate the progress of a data downloading process.
STDMETHOD(OnProgress)(
ULONG /* ulProgress */,
ULONG /* ulProgressMax */,
ULONG /* ulStatusCode */,
LPCWSTRONG /* szStatusText */
);
Parameters
ulProgress
Unsigned long integer. Unused.ulProgressMax
Unsigned long integer Unused.ulStatusCode
Unsigned long integer. Unused.szStatusText
Address of a string value. Unused.
Return Value
Returns S_OK.
Requirements
Header: atlctl.h