Share via


OperationResultCode 열거형(wuapi.h)

업데이트에 대한 다운로드, 설치, 제거 또는 확인 작업의 가능한 결과를 정의합니다.

Syntax

typedef enum tagOperationResultCode {
  orcNotStarted = 0,
  orcInProgress = 1,
  orcSucceeded = 2,
  orcSucceededWithErrors = 3,
  orcFailed = 4,
  orcAborted = 5
} OperationResultCode;

상수

 
orcNotStarted
값: 0
작업이 시작되지 않았습니다.
orcInProgress
값: 1
작업이 진행 중입니다.
orcSucceeded
값: 2
작업이 성공적으로 완료되었습니다.
orcSucceededWithErrors
값: 3
작업이 완료되었지만 작업 중에 하나 이상의 오류가 발생했습니다. 결과가 불완전할 수 있습니다.
orcFailed
값: 4
작업을 완료하지 못했습니다.
orcAborted
값: 5
작업이 취소되었습니다.

요구 사항

   
지원되는 최소 클라이언트 Windows XP, Windows 2000 Professional SP3 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003, Windows 2000 Server SP3 [데스크톱 앱만 해당]
머리글 wuapi.h