Uses of Interface
com.jniwrapper.win32.shell.IEnumIDList

Packages that use IEnumIDList
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
com.jniwrapper.win32.shell.impl The com.jniwrapper.win32.shell.impl package contains default client implementations of COM interfaces introduced in the com.jniwrapper.win32.shell package. 
 

Uses of IEnumIDList in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell that return IEnumIDList
 IEnumIDList IShellFolder.enumObjects(Wnd hwnd, SHCONTF grfFlags)
          Allows a client to determine the contents of a folder by creating an item identifier enumeration object and returning its IEnumIDList interface.
 IEnumIDList IEnumIDList.invokeClone()
          Creates a new item enumeration object with the same contents and state as the current one.
 

Uses of IEnumIDList in com.jniwrapper.win32.shell.impl
 

Classes in com.jniwrapper.win32.shell.impl that implement IEnumIDList
 class IEnumIDListImpl
          Represents COM interface IEnumIDList.
 

Methods in com.jniwrapper.win32.shell.impl that return IEnumIDList
 IEnumIDList IShellFolderImpl.enumObjects(Wnd hwnd, SHCONTF grfFlags)
           
 IEnumIDList IEnumIDListImpl.invokeClone()
          Creates a new item enumeration object with the same contents and state as the current one.