UpdateServiceRegistrationState enumeration (wuapi.h)
Defines the possible states for an update service.
Syntax
typedef enum tagUpdateServiceRegistrationState {
usrsNotRegistered = 1,
usrsRegistrationPending = 2,
usrsRegistered = 3
} UpdateServiceRegistrationState;
Constants
usrsNotRegistered Value: 1 The service is not registered. |
usrsRegistrationPending Value: 2 The service is pending registration. Registration will be attempted the next time the update agent contacts an update service. |
usrsRegistered Value: 3 The service is registered. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional with SP3 [desktop apps only] |
Minimum supported server | Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only] |
Header | wuapi.h |