Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Reports progress made during a state operation.
Syntax
HRESULT retVal = object.ReportProgress(ulStatusCode, szStatusText);
Parameters
ulStatusCode [in]
Type: unsigned longA BINDSTATUS value that indicates the status of the state operation.
szStatusText [in]
Type: LPCWSTRA string value that describes the status of the state operation.
Remarks
Asynchronous pluggable protocol handlers should not generate the BINDSTATUS_BEGINDOWNLOADDATA report, the BINDSTATUS_ENDDOWNLOADDATA report, and the BINDSTATUS_DOWNLOADINGDATA report, because the reports are generated internally when the data arrives.