[This is preliminary documentation and subject to change.]
The IEnumPackage interface provides methods to browse the packages defined in a class store.
COM libraries implement this interface on the Class Store Provider object for ADSI/LDAP.
Call the methods of IEnumPackage to enumerate the packages in a class store.
IEnumClass returns a PACKAGEDETAIL structure by calling Next.
IUnknown Methods | Description |
---|---|
QueryInterface | Returns pointers to supported interfaces. |
AddRef | Increments reference count. |
Release | Decrements reference count. |
IEnumPackage Methods | Description |
---|---|
Next | Advances to the next available class store element. |
Skip | Skips a number of class store element. |
Reset | Resets the browse sequence. |
Clone | Duplicates a class store element. |
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.
IClassAccess, IClassAdmin, IEnumClass