Uses of Class
com.jniwrapper.win32.io.Win32FindData

Packages that use Win32FindData
com.jniwrapper.win32.io The com.jniwrapper.win32.io package contains classes, which provide you with file system related functionality. 
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 Win32FindData in com.jniwrapper.win32.io
 

Constructors in com.jniwrapper.win32.io with parameters of type Win32FindData
Win32FindData(Win32FindData that)
           
 

Uses of Win32FindData in com.jniwrapper.win32.shell
 

Methods in com.jniwrapper.win32.shell with parameters of type Win32FindData
 void IShellLink.getPath(com.jniwrapper.Str pszFile, com.jniwrapper.Int cch, Win32FindData pfd, com.jniwrapper.UInt32 fFlags)
          Returns the path and file name of a Shell link object.
 

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

Methods in com.jniwrapper.win32.shell.impl with parameters of type Win32FindData
 void IShellLinkImpl.getPath(com.jniwrapper.Str pszFile, com.jniwrapper.Int cch, Win32FindData pfd, com.jniwrapper.UInt32 fFlags)
          Returns the path and file name of a Shell link object.