Skip to content

Latest commit

 

History

History
70 lines (58 loc) · 2.19 KB

ne-wuapi-updateserviceregistrationstate.md

File metadata and controls

70 lines (58 loc) · 2.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:wuapi.tagUpdateServiceRegistrationState
UpdateServiceRegistrationState (wuapi.h)
Defines the possible states for an update service.
UpdateServiceRegistrationState
UpdateServiceRegistrationState enumeration [Windows Update Agent]
usrsNotRegistered
usrsRegistered
usrsRegistrationPending
wua.updateserviceregistrationstate
wuapi/UpdateServiceRegistrationState
wuapi/usrsNotRegistered
wuapi/usrsRegistered
wuapi/usrsRegistrationPending
wua\updateserviceregistrationstate.htm
wua
798d1392-a8dc-4063-b33d-159a507161f1
12/05/2018
UpdateServiceRegistrationState, UpdateServiceRegistrationState enumeration [Windows Update Agent], usrsNotRegistered, usrsRegistered, usrsRegistrationPending, wua.updateserviceregistrationstate, wuapi/UpdateServiceRegistrationState, wuapi/usrsNotRegistered, wuapi/usrsRegistered, wuapi/usrsRegistrationPending
wuapi.h
Windows
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Wuapi.idl
Windows
UpdateServiceRegistrationState
19H1
tagUpdateServiceRegistrationState
wuapi/tagUpdateServiceRegistrationState
UpdateServiceRegistrationState
wuapi/UpdateServiceRegistrationState
c++
APIRef
kbSyntax
HeaderDef
Wuapi.h
UpdateServiceRegistrationState

UpdateServiceRegistrationState enumeration

-description

Defines the possible states for an update service.

-enum-fields

-field usrsNotRegistered:1

The service is not registered.

-field usrsRegistrationPending:2

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

-field usrsRegistered:3

The service is registered.