Package 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.

See:
          Description

Interface Summary
EnvironmentVariables Class EnvironmentVariables.
 

Class Summary
AccessOptions This class provides generic flags for access options flags.
AdvApi32 This class provides functions from Advapi32 library.
Beeper A utility class for making debugging and error handling sounds.
DllVersionInfo This class represents the DLLVERSIONINFO structure and provides the ability to load this structure from a specified library.
EventObject This class represents a Windows Event object.
FileInformation This class provides the ability to retrieve version and other information from an executable files.
GlobalMemoryBlock This object represents a global memory block and corresponds to the HGLOBAL native type.
HookFunction HookFunction is a superclass for all classes representing callback functions used in WinEventHook class.
Kernel32 This class provides functions from the Kernel32 library.
LocalMemoryBlock This class represents a local memory block and corresponds to the HLOCAL native type.
MemoryAllocationAttributes This is an enumeration class defining memory allocation attribues.
MemoryInfo Class allows to obtain information about the current state of both physical and virtual memory, including extended memory.
Function uses GlobalMemoryStatusEx API funciton and MemoryStatusEx structure for getting information starting from Windows2000 and higher versions.
The GlobalMemoryStatus API funciton and MemoryStatus structure are being used on earlier versions of operating systems.
MemoryStatus This class represents the wrapper for MEMORYSTATUS structure.
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.Block  
ProcessHeapEntry.InnerUnion  
ProcessHeapEntry.Region  
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.
SystemVariables This class allows managing system environment variables.
VersionInfo This provides version information about underlying Windows platform.
WindowsSession This class responds for termination of windows session.
WinEventHook WinEventHook class provides windows event hook functionality.
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.
 

Package com.jniwrapper.win32.system Description

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.