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

Packages that use SHCONTF
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 SHCONTF in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell with parameters of type SHCONTF
 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.
 

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

Methods in com.jniwrapper.win32.shell.impl with parameters of type SHCONTF
 IEnumIDList IShellFolderImpl.enumObjects(Wnd hwnd, SHCONTF grfFlags)