Uses of Class
jnr.posix.WindowsChildRecord
-
Packages that use WindowsChildRecord Package Description jnr.posix -
-
Uses of WindowsChildRecord in jnr.posix
Methods in jnr.posix that return WindowsChildRecord Modifier and Type Method Description private WindowsChildRecord
WindowsPOSIX. createProcess(java.lang.String callingMethodName, java.lang.String command, java.lang.String program, WindowsSecurityAttributes securityAttributes, HANDLE input, HANDLE output, HANDLE error, java.lang.String[] envp)
Methods in jnr.posix with parameters of type WindowsChildRecord Modifier and Type Method Description private int
WindowsPOSIX. childResult(WindowsChildRecord child, boolean overlay)
-