Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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.