3.2.4.10 GetSecurityUpdatesStatus Abstract Interface

This abstract interface is called to initialize the SUStatus ADM element described in section 3.2.1.

 DWORD GetSecurityUpdatesStatus (
     [out] DWORD *pSecurityUpdatesStatus);

pSecurityUpdatesStatus: A pointer to a SecurityUpdatesStatus (section 2.2.15.2) structure that receives the values reflecting the status of security updates.

Return Values

Value

Description

S_OK (0x00000000)

The security updates status was successfully set in the structure indicated by the pSecurityUpdatesStatus parameter.

E_OUTOFMEMORY (0x80000002)

The interface failed to retrieve the security updates status. No values were set in the structure indicated by the pSecurityUpdatesStatus parameter.