Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Methods
The implementation of IEnumXXXX::Clone. |
|
Initializes the enumerator. |
|
The implementation of IEnumXXXX::Next. |
|
The implementation of IEnumXXXX::Reset. |
|
The implementation of IEnumXXXX::Skip. |
Data Members
The iterator that represents the enumerator's current position within the collection. |
|
A pointer to the STL container holding the items to be enumerated. |
|
The IUnknown pointer of the object supplying the collection. |