The ICacheElements::_NewEnum method enumerates through the CacheElement Class objects in the collection, in Configuration Manager.

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

Parameters

pVal


Data type: IUnknownQualifiers: [out, retval]Pointer to the IUnknown interface for a collection of CacheElement Class objects.

Return Values

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

UIResource.dll.

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.