Uses of Class
com.jniwrapper.win32.system.SecurityAttributes

Packages that use SecurityAttributes
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. 
 

Uses of SecurityAttributes in com.jniwrapper.win32.process
 

Constructors in com.jniwrapper.win32.process with parameters of type SecurityAttributes
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.
 

Uses of SecurityAttributes in com.jniwrapper.win32.system
 

Constructors in com.jniwrapper.win32.system with parameters of type SecurityAttributes
SecurityAttributes(SecurityAttributes that)