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 WindowsChildRecord
WindowsPOSIX.createProcess
(String callingMethodName, String command, String program, WindowsSecurityAttributes securityAttributes, HANDLE input, HANDLE output, HANDLE error, String[] envp) boolean
WindowsLibC.CreateProcessW
(byte[] applicationName, ByteBuffer buffer, WindowsSecurityAttributes processAttributes, WindowsSecurityAttributes threadAttributes, int inheritHandles, int creationFlags, jnr.ffi.Pointer envp, byte[] currentDirectory, WindowsStartupInfo startupInfo, WindowsProcessInformation processInformation)