Uses of Package
com.jniwrapper.win32

Packages that use com.jniwrapper.win32
com.jniwrapper.win32 The com.jniwrapper.win32 package contains classes that provide basic functionality for Win32 platform. 
com.jniwrapper.win32.gdi The com.jniwrapper.win32.gdi package contains classes that provide GDI related functionality. 
com.jniwrapper.win32.hook The com.jniwrapper.win32.hook package contains classes, which allows you to work with native hooks, such as keyboard hook, mouse hook, system idle tracker etc. 
com.jniwrapper.win32.hook.data The com.jniwrapper.win32.hook.data package contains auxilious classes for hook functionality. 
com.jniwrapper.win32.process The com.jniwrapper.win32.process package contains classes for working with native processes. 
com.jniwrapper.win32.process.monitoring The com.jniwrapper.win32.process.monitoring package contains classes, which allows you to get system snapshot, process details, memory heap usage, to do performance monitoring etc. 
com.jniwrapper.win32.registry The com.jniwrapper.win32.registry package contains classes for working with system registry. 
com.jniwrapper.win32.security The com.jniwrapper.win32.security package contains several Java wrappers for native structures and types that are commonly used in security related functionality. 
com.jniwrapper.win32.service The com.jniwrapper.win32.service package contains classes for working with Windows services. 
com.jniwrapper.win32.shell The com.jniwrapper.win32.shell package contains classes for Windows desktop integration. 
com.jniwrapper.win32.shell.events The com.jniwrapper.win32.shell.events package contains classes, which allows you to get notifications when various system shell events occur. 
com.jniwrapper.win32.system The com.jniwrapper.win32.system package contains classes, which provide you with Java wrappers for commonly used Windows system functions and related structures and types. 
com.jniwrapper.win32.system.eventlog The com.jniwrapper.win32.system.eventlog package contains classes for working with system event log. 
com.jniwrapper.win32.ui The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows, such as Wnd, which provides you with useful window related functionality, WindowProc, which is designed for obtaining native window messages etc. 
com.jniwrapper.win32.ui.dialogs The com.jniwrapper.win32.ui.dialogs package contains Java wrappers for native dialogs, such as print dialog, select folder dialog, select color dialog etc. 
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32
Handle
          A base class for all handle types.
IntPtr
          This class represents LONG_PTR native type.
MessageLoopListener
          The listener interface for receiving events in the MessageLoopThread
Msg
          This class represents MSG native structure.
PageRange
           
Point
          This class represents POINT structure.
PointL
          This structure contains coordinates of the point and corresponds to POINTL native structure.
Rect
          This class represents RECT structure.
Size
          The Size class corresponds to SIZE native structure.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.gdi
Handle
          A base class for all handle types.
IntPtr
          This class represents LONG_PTR native type.
PageRange
           
Point
          This class represents POINT structure.
PointL
          This structure contains coordinates of the point and corresponds to POINTL native structure.
Rect
          This class represents RECT structure.
Size
          The Size class corresponds to SIZE native structure.
WinFunctionCache
          This class provides functionality for selecting appropriate function instance between ANSI and Unicode analogs available in Win32 API depending on the configuration of the cache.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.hook
Msg
          This class represents MSG native structure.
Point
          This class represents POINT structure.
Rect
          This class represents RECT structure.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.hook.data
Handle
          A base class for all handle types.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.process
Handle
          A base class for all handle types.
WinFunctionCache
          This class provides functionality for selecting appropriate function instance between ANSI and Unicode analogs available in Win32 API depending on the configuration of the cache.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.process.monitoring
Handle
          A base class for all handle types.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.registry
Handle
          A base class for all handle types.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.security
Handle
          A base class for all handle types.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.service
Handle
          A base class for all handle types.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.shell
Handle
          A base class for all handle types.
Rect
          This class represents RECT structure.
WinFunctionCache
          This class provides functionality for selecting appropriate function instance between ANSI and Unicode analogs available in Win32 API depending on the configuration of the cache.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.shell.events
Handle
          A base class for all handle types.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.system
Handle
          A base class for all handle types.
WinFunctionCache
          This class provides functionality for selecting appropriate function instance between ANSI and Unicode analogs available in Win32 API depending on the configuration of the cache.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.system.eventlog
Handle
          A base class for all handle types.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.ui
FunctionName
          This class stores general Windows API function name and returns the encoding-specific name on demand.
Handle
          A base class for all handle types.
IntPtr
          This class represents LONG_PTR native type.
Msg
          This class represents MSG native structure.
Point
          This class represents POINT structure.
Rect
          This class represents RECT structure.
Size
          The Size class corresponds to SIZE native structure.
WinFunctionCache
          This class provides functionality for selecting appropriate function instance between ANSI and Unicode analogs available in Win32 API depending on the configuration of the cache.
 

Classes in com.jniwrapper.win32 used by com.jniwrapper.win32.ui.dialogs
Handle
          A base class for all handle types.
IntPtr
          This class represents LONG_PTR native type.
WinFunctionCache
          This class provides functionality for selecting appropriate function instance between ANSI and Unicode analogs available in Win32 API depending on the configuration of the cache.