Uses of Class
org.jruby.ext.posix.WindowsSecurityAttributes

Packages that use WindowsSecurityAttributes
org.jruby.ext.posix   
 

Uses of WindowsSecurityAttributes in org.jruby.ext.posix
 

Methods in org.jruby.ext.posix with parameters of type WindowsSecurityAttributes
 boolean WindowsLibC.CreateProcessA(java.lang.String applicationName, java.lang.String commandLine, WindowsSecurityAttributes processAttributes, WindowsSecurityAttributes threadAttributes, int inheritHandles, int creationFlags, com.kenai.jaffl.Pointer environment, java.lang.String currentDirectory, WindowsStartupInfo startupInfo, WindowsProcessInformation processInformation)