Returns a pointer to an enumeration object that can be used to enumerate the current cache connections.
HRESULT EnumCache(
IEnumSTATDATA ** ppenumSTATDATA |
//Indirect pointer to enumerator object |
); |
Parameter
Return Values
This method supports the standard return value E_OUTOFMEMORY, as well as the following:
Remarks
The enumerator object returned by this method implements the IEnumSTATDATA interface, one of the standard enumerator interfaces that contain the Next, Reset, Clone, and Skip methods. IEnumSTATDATA enumerates the data stored in an array of STATDATA structures containing information about current cache connections.
See Also
IEnumXXXX, IEnumSTATDATA, IOleCache::Cache