Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |