3.2.4.9 GetAutomaticUpdatesStatusCode Abstract Interface
This abstract interface is called to initialize the AutomaticUpdatesStatusCode ADM element described in section 3.2.1.
-
DWORD GetAutomaticUpdatesStatusCode ( [in, out] DWORD *pAutomaticUpdatesStatusCode);
pAutomaticUpdatesStatusCode: A pointer to a variable that receives the automatic updates status code.
Return Values
|
Value |
Description |
|---|---|
|
S_OK (0x00000000) |
The automatic updates status code was successfully set in the pAutomaticUpdatesStatusCode parameter. |
|
E_FAIL (0x80004005) |
The interface failed to retrieve the automatic updates status code. No value was set in the pAutomaticUpdatesStatusCode parameter. |