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_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. CommandLineNtDll.UNICODE_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. DesktopInfoNtDll.UNICODE_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. DllPathNtDll.UNICODE_STRINGNtDll.CURDIR. DosPathNtDll.UNICODE_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. HeapPartitionNameNtDll.UNICODE_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. ImagePathNameNtDll.UNICODE_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. RedirectionDllNameNtDll.UNICODE_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. RuntimeDataNtDll.UNICODE_STRINGNtDll.RTL_USER_PROCESS_PARAMETERS. ShellInfoNtDll.UNICODE_STRINGNtDll.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.StringWindowsOSProcess. readUnicodeString(com.sun.jna.platform.win32.WinNT.HANDLE h, NtDll.UNICODE_STRING s)
-