IUpdateServiceRegistration::get_IsPendingRegistrationWithAU method (wuapi.h)

Gets a Boolean value that indicates whether the service will also be registered with Automatic Updates, when added. The authorization cabinet file (.cab) of the service determines whether the service can be added.

This property is read-only.

Syntax

HRESULT get_IsPendingRegistrationWithAU(
  VARIANT_BOOL *retval
);

Parameters

retval

Return value

None

Remarks

If the RegistrationState property is usrsRegistrationPending, registration with Automatic Updates is subject to the allowed settings that are specified in the authorization cabinet file (.cab) for the service. If the authorization cabinet file does not allow registration with Automatic Updates, the service will be registered with Windows Update Agent (WUA). However, the service will not be registered with Automatic Updates.

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]
Target Platform Windows
Header wuapi.h
Library Wuguid.lib
DLL Wuapi.dll

See also

IUpdateServiceRegistration