2.2.13 UpdateServiceRegistrationState

The UpdateServiceRegistrationState enumeration defines values that describe the state of a service's registration.

 typedef  enum tagUpdateServiceRegistrationState
 {
   usrsNotRegistered = 1,
   usrsRegistrationPending = 2,
   usrsRegistered = 3,
 } UpdateServiceRegistrationState;

usrsNotRegistered:  The service is not registered.

usrsRegistrationPending:  The service is pending registration. Registration will be attempted the next time that the update agent contacts an update service.

usrsRegistered:  The service is registered.