Uses of Class
jnr.posix.WindowsSecurityAttributes
-
Packages that use WindowsSecurityAttributes Package Description jnr.posix -
-
Uses of WindowsSecurityAttributes in jnr.posix
Methods in jnr.posix with parameters of type WindowsSecurityAttributes Modifier and Type Method Description private WindowsChildRecordWindowsPOSIX. 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)booleanWindowsLibC. CreateProcessW(byte[] applicationName, java.nio.ByteBuffer buffer, WindowsSecurityAttributes processAttributes, WindowsSecurityAttributes threadAttributes, int inheritHandles, int creationFlags, jnr.ffi.Pointer envp, byte[] currentDirectory, WindowsStartupInfo startupInfo, WindowsProcessInformation processInformation)
-