Share via


IClientActions::_NewEnum Method

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The IClientActions::_NewEnum hidden method, in Configuration Manager, enumerates through the IClientAction Client COM Automation Interface objects in the collection.

[IDL]
HRESULT _NewEnum(
      IUnknown** pVal
);

Parameters

Return Value

An HRESULT code Possible values include, but are not limited to, the following:

  • S_OK
    The method succeeded.

Remarks

This method is used in a For Each operation, such as the For Each operator in Visual Basic.

Requirements

CPApplet.DLL

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

IClientActions Client COM Automation Interface