UpdateExceptionContext 열거형(wuapi.h)
IUpdateException 개체를 제공할 수 있는 컨텍스트를 정의합니다.
Syntax
typedef enum tagUpdateExceptionContext {
uecGeneral = 1,
uecWindowsDriver = 2,
uecWindowsInstaller = 3,
uecSearchIncomplete = 4
} UpdateExceptionContext;
상수
uecGeneral 값: 1 IUpdateException은 컨텍스트에 연결되지 않습니다. |
uecWindowsDriver 값: 2 IUpdateException은 하나 이상의 Windows 드라이버와 관련이 있습니다. |
uecWindowsInstaller 값: 3 IUpdateException은 Windows Installer와 관련이 있습니다. |
uecSearchIncomplete 값: 4 |
요구 사항
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional SP3 포함 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2003, Windows 2000 Server SP3 [데스크톱 앱만 해당] |
머리글 | wuapi.h |