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

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

Uses of ProcessOptions in com.jniwrapper.win32.process
 

Constructors in com.jniwrapper.win32.process with parameters of type ProcessOptions
Process(java.lang.String applicationName, java.lang.String commandLine, ProcessOptions options, java.lang.String currentDirectory, StartupInfo startupInfo)
          Creates a new process and its primary thread.
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.