public class SysinfoAPI extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
SysinfoAPI.MEMORYSTATUSEX
Structure containing information about physical and virtual memory.
|
static interface |
SysinfoAPI.OSVERSIONINFOEXA
Contains operating system version information.
|
static interface |
SysinfoAPI.SYSTEM_INFO
Structure containing information about the current computer system.
|
| Constructor and Description |
|---|
SysinfoAPI() |
| Modifier and Type | Method and Description |
|---|---|
static int |
GetSystemDirectoryW(WindowsLibC.WCharPointer lpBuffer,
int uSize)
Retrieves the path of the system directory.
|
static void |
GetSystemInfo(SysinfoAPI.SYSTEM_INFO lpSystemInfo)
Return information about the current computer system.
|
static int |
GetVersionExA(SysinfoAPI.OSVERSIONINFOEXA lpVersionInformation)
Returns version information about the currently running operating system.
|
static int |
GetWindowsDirectoryW(WindowsLibC.WCharPointer lpBuffer,
int uSize)
Retrieves the path of the Windows directory.
|
static int |
GlobalMemoryStatusEx(SysinfoAPI.MEMORYSTATUSEX lpBuffer)
Return information about physical and virtual memory.
|
public static int GetSystemDirectoryW(WindowsLibC.WCharPointer lpBuffer, int uSize)
public static void GetSystemInfo(SysinfoAPI.SYSTEM_INFO lpSystemInfo)
public static int GetWindowsDirectoryW(WindowsLibC.WCharPointer lpBuffer, int uSize)
public static int GlobalMemoryStatusEx(SysinfoAPI.MEMORYSTATUSEX lpBuffer)
public static int GetVersionExA(SysinfoAPI.OSVERSIONINFOEXA lpVersionInformation)