Uses of Class
com.jniwrapper.win32.process.ProcessVariables

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

Uses of ProcessVariables in com.jniwrapper.win32.process
 

Constructors in com.jniwrapper.win32.process with parameters of type ProcessVariables
Process(java.lang.String applicationName, java.lang.String commandLine, SecurityAttributes processAttributes, SecurityAttributes threadAttributes, boolean inheritHandles, ProcessOptions options, ProcessVariables environment, java.lang.String currentDirectory, StartupInfo startupInfo)
          Creates a new process and its primary thread.
Process(java.lang.String userName, java.lang.String domain, java.lang.String password, boolean logonWithProfile, java.lang.String applicationName, java.lang.String commandLine, ProcessOptions options, ProcessVariables environment, java.lang.String currentDirectory, StartupInfo startupInfo)
          Creates a new process and its primary thread.