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

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

Methods in com.jniwrapper.win32.shell that return STRRET
 STRRET IShellFolder.getDisplayNameOf(ItemIDList pidl, com.jniwrapper.UInt32 uFlags)
          Retrieves display name for the specified file object or subfolder.
 

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

Methods in com.jniwrapper.win32.shell.impl that return STRRET
 STRRET IShellFolderImpl.getDisplayNameOf(ItemIDList pidl, com.jniwrapper.UInt32 uFlags)
           
 

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

Constructors in com.jniwrapper.win32.shell.types with parameters of type STRRET
STRRET(STRRET that)