Uses of Class
jnr.posix.WindowsSecurityAttributes
Packages that use WindowsSecurityAttributes
-
Uses of WindowsSecurityAttributes in jnr.posix
Methods in jnr.posix with parameters of type WindowsSecurityAttributesModifier and TypeMethodDescriptionprivate WindowsChildRecordWindowsPOSIX.createProcess(String callingMethodName, String command, String program, WindowsSecurityAttributes securityAttributes, HANDLE input, HANDLE output, HANDLE error, String[] envp) booleanWindowsLibC.CreateProcessW(byte[] applicationName, ByteBuffer buffer, WindowsSecurityAttributes processAttributes, WindowsSecurityAttributes threadAttributes, int inheritHandles, int creationFlags, jnr.ffi.Pointer envp, byte[] currentDirectory, WindowsStartupInfo startupInfo, WindowsProcessInformation processInformation)