Class NtDll.RTL_USER_PROCESS_PARAMETERS
java.lang.Object
com.sun.jna.Structure
oshi.jna.platform.windows.NtDll.RTL_USER_PROCESS_PARAMETERS
- Enclosing interface:
NtDll
@FieldOrder({"MaximumLength","Length","Flags","DebugFlags","ConsoleHandle","ConsoleFlags","StandardInput","StandardOutput","StandardError","CurrentDirectory","DllPath","ImagePathName","CommandLine","Environment","StartingX","StartingY","CountX","CountY","CountCharsX","CountCharsY","FillAttribute","WindowFlags","ShowWindowFlags","WindowTitle","DesktopInfo","ShellInfo","RuntimeData","CurrentDirectories","EnvironmentSize","EnvironmentVersion","PackageDependencyData","ProcessGroupId","LoaderThreads","RedirectionDllName","HeapPartitionName","DefaultThreadpoolCpuSetMasks","DefaultThreadpoolCpuSetMaskCount"})
public static class NtDll.RTL_USER_PROCESS_PARAMETERS
extends Structure
-
Nested Class Summary
Nested classes/interfaces inherited from class Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField -
Field Summary
FieldsModifier and TypeFieldDescriptionintintintintintintintintintintintintintintintintintFields inherited from class Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
MaximumLength
public int MaximumLength -
Length
public int Length -
Flags
public int Flags -
DebugFlags
public int DebugFlags -
ConsoleHandle
-
ConsoleFlags
public int ConsoleFlags -
StandardInput
-
StandardOutput
-
StandardError
-
CurrentDirectory
-
DllPath
-
ImagePathName
-
CommandLine
-
Environment
-
StartingX
public int StartingX -
StartingY
public int StartingY -
CountX
public int CountX -
CountY
public int CountY -
CountCharsX
public int CountCharsX -
CountCharsY
public int CountCharsY -
FillAttribute
public int FillAttribute -
WindowFlags
public int WindowFlags -
ShowWindowFlags
public int ShowWindowFlags -
WindowTitle
-
DesktopInfo
-
ShellInfo
-
RuntimeData
-
CurrentDirectories
-
EnvironmentSize
-
EnvironmentVersion
-
PackageDependencyData
-
ProcessGroupId
public int ProcessGroupId -
LoaderThreads
public int LoaderThreads -
RedirectionDllName
-
HeapPartitionName
-
DefaultThreadpoolCpuSetMasks
-
DefaultThreadpoolCpuSetMaskCount
public int DefaultThreadpoolCpuSetMaskCount
-
-
Constructor Details
-
RTL_USER_PROCESS_PARAMETERS
public RTL_USER_PROCESS_PARAMETERS()
-