Uses of Class
oshi.jna.platform.windows.NtDll.UNICODE_STRING
-
Packages that use NtDll.UNICODE_STRING Package Description oshi.jna.platform.windows Provides extensions of JNA libraries for Windows.oshi.software.os.windows Provides information about Software and OS on Windows -
-
Uses of NtDll.UNICODE_STRING in oshi.jna.platform.windows
Fields in oshi.jna.platform.windows declared as NtDll.UNICODE_STRING Modifier and Type Field Description NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. CommandLine
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. DesktopInfo
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. DllPath
NtDll.UNICODE_STRING
NtDll.CURDIR. DosPath
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. HeapPartitionName
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. ImagePathName
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. RedirectionDllName
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. RuntimeData
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. ShellInfo
NtDll.UNICODE_STRING
NtDll.RTL_USER_PROCESS_PARAMETERS. WindowTitle
-
Uses of NtDll.UNICODE_STRING in oshi.software.os.windows
Methods in oshi.software.os.windows with parameters of type NtDll.UNICODE_STRING Modifier and Type Method Description private static java.lang.String
WindowsOSProcess. readUnicodeString(com.sun.jna.platform.win32.WinNT.HANDLE h, NtDll.UNICODE_STRING s)
-