Uses of Package
com.jniwrapper.win32.system

Packages that use com.jniwrapper.win32.system
com.jniwrapper.win32.process The com.jniwrapper.win32.process package contains classes for working with native processes. 
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. 
 

Classes in com.jniwrapper.win32.system used by com.jniwrapper.win32.process
EnvironmentVariables
          Class EnvironmentVariables.
SecurityAttributes
          Class SecurityAttributes represets SECURITY_ATTRIBUTES type.
 

Classes in com.jniwrapper.win32.system used by com.jniwrapper.win32.system
AccessOptions
          This class provides generic flags for access options flags.
AdvApi32
          This class provides functions from Advapi32 library.
EnvironmentVariables
          Class EnvironmentVariables.
HookFunction
          HookFunction is a superclass for all classes representing callback functions used in WinEventHook class.
Kernel32
          This class provides functions from the Kernel32 library.
MemoryAllocationAttributes
          This is an enumeration class defining memory allocation attribues.
MemoryStatusEx
          This class represents the wrapper for MEMORYSTATUSEX structure.
Module
          This class represents current native process.
Mutex
          Provides functionality for Windows mutex handling.
ProcessHeapEntry
          PROCESS_HEAP_ENTRY structure
ProcessHeapEntry.InnerUnion
           
SecurityAttributes
          Class SecurityAttributes represets SECURITY_ATTRIBUTES type.
SystemInfo
          This class provides information and methods relevant to SYSTEM_INFO structure, and provides additional methods related to system information.
SystemTime
          This class is the wrapper for the native SYSTEMTIME structure.
VersionInfo
          This provides version information about underlying Windows platform.
WinEventHook.WinEvent
          WinEvents class contains windows events constants which used in the WinEventHook class
WinEventHook.WinEventFlag
          WinEventFlag class specifies whether hook function contained in a DLL or not and events to skip
WinNT
          This class represents native ntdll.dll library.