IEnumPackage

[This is preliminary documentation and subject to change.]

The IEnumPackage interface provides methods to browse the packages defined in a class store.

When to Implement

COM libraries implement this interface on the Class Store Provider object for ADSI/LDAP.

When to Use

Call the methods of IEnumPackage to enumerate the packages in a class store.

IEnumClass returns a PACKAGEDETAIL structure by calling Next.

Methods in Vtable Order

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.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

IClassAccess, IClassAdmin, IEnumClass