Uses of Class
com.jniwrapper.win32.shell.types.ItemIDList

Packages that use ItemIDList
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. 
com.jniwrapper.win32.shell.types The com.jniwrapper.win32.shell.types package contains auxilious classes for Shell functionality. 
 

Uses of ItemIDList in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell that return ItemIDList
 ItemIDList IShellLink.getIDList()
          Returns the list of item identifiers for a Shell link object.
 

Methods in com.jniwrapper.win32.shell with parameters of type ItemIDList
 com.jniwrapper.win32.com.impl.IUnknownImpl IShellFolder.bindToObject(ItemIDList pidl, com.jniwrapper.win32.ole.IBindCtx pbc, com.jniwrapper.win32.com.types.GUID riid)
          Retrieves IShellFolder object for subfolder.
 com.jniwrapper.win32.com.impl.IUnknownImpl IShellFolder.bindToStorage(ItemIDList pidl, com.jniwrapper.win32.ole.IBindCtx pbc, com.jniwrapper.win32.com.types.GUID riid)
          Requests pointer to object's storage interface.
 void IShellFolder.compareIDs(com.jniwrapper.win32.com.types.LongPtr lParam, ItemIDList pidl1, ItemIDList pidl2)
          Determines the relative order of two file objects or folders, given their item identifier lists.
 STRRET IShellFolder.getDisplayNameOf(ItemIDList pidl, com.jniwrapper.UInt32 uFlags)
          Retrieves display name for the specified file object or subfolder.
 void IShellLink.setIDList(ItemIDList pidl)
          Sets the pointer to an item identifier list (PIDL) for a Shell link object
 com.jniwrapper.Pointer IShellFolder.setNameOf(Wnd hwnd, ItemIDList pidl, com.jniwrapper.win32.automation.types.BStr pszName, com.jniwrapper.UInt32 uFlags)
          Sets the display name of a file object or subfolder.
 

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

Methods in com.jniwrapper.win32.shell.impl that return ItemIDList
 ItemIDList IShellLinkImpl.getIDList()
          Returns the list of item identifiers for a Shell link object.
 

Methods in com.jniwrapper.win32.shell.impl with parameters of type ItemIDList
 com.jniwrapper.win32.com.impl.IUnknownImpl IShellFolderImpl.bindToObject(ItemIDList pidl, com.jniwrapper.win32.ole.IBindCtx pbc, com.jniwrapper.win32.com.types.GUID riid)
           
 com.jniwrapper.win32.com.impl.IUnknownImpl IShellFolderImpl.bindToStorage(ItemIDList pidl, com.jniwrapper.win32.ole.IBindCtx pbc, com.jniwrapper.win32.com.types.GUID riid)
           
 void IShellFolderImpl.compareIDs(com.jniwrapper.win32.com.types.LongPtr lParam, ItemIDList pidl1, ItemIDList pidl2)
           
 STRRET IShellFolderImpl.getDisplayNameOf(ItemIDList pidl, com.jniwrapper.UInt32 uFlags)
           
 void IShellLinkImpl.setIDList(ItemIDList pidl)
          Sets the pointer to an item identifier list (PIDL) for a Shell link object
 com.jniwrapper.Pointer IShellFolderImpl.setNameOf(Wnd hwnd, ItemIDList pidl, com.jniwrapper.win32.automation.types.BStr pszName, com.jniwrapper.UInt32 uFlags)
           
 

Uses of ItemIDList in com.jniwrapper.win32.shell.types
 

Constructors in com.jniwrapper.win32.shell.types with parameters of type ItemIDList
ItemIDList(ItemIDList that)
          Creates new instance of the ItemIDList and initializes it by the specified one.