Uses of Package
com.jniwrapper.win32.process

Packages that use com.jniwrapper.win32.process
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.process used by com.jniwrapper.win32.process
CurrentProcess.ShutdownFlags
          ShutdownFlags class represents system shutdown flags.
IOCounters
          The IOCounters class represents the IO_COUNTERS structure.
PerformanceInformation
          This class is a wrapper for the PERFORMANCE_INFORMATION native structure and contains performance information.
Process
          Process class represents a process and provides various information about it.
Process.PriorityClass
          PrioriryClass class is enumeration of priorities for a system process.
ProcessMemoryCounters
          This class is a wrapper for PROCESS_MEMORY_COUNTERS native structure and contains various memory statistics.
ProcessOptions
          ProcessCreationOptions class represents options for process creation.
ProcessSecurityOptions
          ProcessSecurityOptions class represents a set of options required for opening a process.
ProcessVariables
          This class allows managing environment variables for a process.
Psapi
          This class provides functions from the Psapi library.
StartupInfo
          StartupInfo class represents STARTUPINFO structure.
StartupInfo.Options
           
 

Classes in com.jniwrapper.win32.process used by com.jniwrapper.win32.system
Process
          Process class represents a process and provides various information about it.