Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines the possible states for an update service.
Syntax
typedef enum tagUpdateServiceRegistrationState {
usrsNotRegistered = 1,
usrsRegistrationPending = 2,
usrsRegistered = 3
} UpdateServiceRegistrationState;
Constants
usrsNotRegisteredValue: 1 The service is not registered. |
usrsRegistrationPendingValue: 2 The service is pending registration. Registration will be attempted the next time the update agent contacts an update service. |
usrsRegisteredValue: 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 |