AddServiceFlag 열거형(wuapi.h)
IUpdateServiceManager2 인터페이스가 서비스 등록 요청을 처리할 수 있는 가능한 방법을 정의합니다.
Syntax
typedef enum tagAddServiceFlag {
asfAllowPendingRegistration = 0x1,
asfAllowOnlineRegistration = 0x2,
asfRegisterServiceWithAU = 0x4
} AddServiceFlag;
상수
asfAllowPendingRegistration 값: 0x1 업데이트 에이전트가 나중에 업데이트에 대한 온라인 검사를 수행할 때 서비스 등록을 처리할 수 있습니다. |
asfAllowOnlineRegistration 값: 0x2 네트워크 연결을 사용할 수 있는 경우 업데이트 에이전트가 서비스 등록을 즉시 처리할 수 있도록 허용합니다. |
asfRegisterServiceWithAU 값: 0x4 서비스가 추가되면 자동 업데이트 서비스를 등록합니다. |
설명
flags 매개 변수에서 다른 AddServiceFlag 값 조합을 지정할 때 IUpdateServiceManager2::AddService2가 동작하는 방법에 대한 자세한 내용은 IUpdateServiceManager2::AddService2의 설명 섹션을 참조하세요.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows XP, Windows 2000 Professional SP3 포함 [데스크톱 앱만 해당] |
지원되는 최소 서버 | Windows Server 2003, Windows 2000 Server SP3 [데스크톱 앱만 해당] |
머리글 | wuapi.h |