IUpdateOrchestratorActionCallback::ReportProgress 메서드

진행률을 보고하기 위해 호출됩니다.

구문

HRESULT ReportProgress(
    [in] BYTE percentComplete);

매개 변수

percentComplete

작업이 완료된 백분율입니다.

반환

메서드가 성공하면 S_OK를 반환하고, 그렇지 않으면 HRESULT 오류 코드를 반환합니다.

참고 항목

IUpdateOrchestratorActionCallback

IUpdateOrchestratorActionCallback::ReportCompleted

IUpdateOrchestratorActionCallback::ReportFailed