Uses of Class
com.jniwrapper.win32.process.CurrentProcess.ShutdownFlags

Packages that use CurrentProcess.ShutdownFlags
com.jniwrapper.win32.process The com.jniwrapper.win32.process package contains classes for working with native processes. 
 

Uses of CurrentProcess.ShutdownFlags in com.jniwrapper.win32.process
 

Methods in com.jniwrapper.win32.process with parameters of type CurrentProcess.ShutdownFlags
 long CurrentProcess.getShutdownParameters(CurrentProcess.ShutdownFlags flags)
          Returns shutdown parameters for the currently calling process.
 void CurrentProcess.setShutdownParameters(long level, CurrentProcess.ShutdownFlags flags)
          Sets shutdown parameters for the currently calling process.