Microsoft SDK for Java

IEnumUnknown Interface

The IEnumUnknown interface of the com.ms.com package enumerates strings.

Note   The IEnumUnknown interface was added as of versions 2925 through 3167 of the Microsoft virtual machine.

public interface IEnumUnknown extends IUnknown
{
  // Methods
  public IEnumString Clone();
  public void Next(int celt, String[] rgelt, int[] pceltFetched);
  public void Reset();
  public void Skip(int celt);
}

IUnknown
  |
  +--IEnumUnknown

© 1999 Microsoft Corporation. All rights reserved. Terms of use.