ddn.util.monaco.platform.windows

Types 1

structTuple(T...)

Helper struct for tuple return.

Fields
T values

Functions 13

fnSYSTEM_INFO getSystemInfo() @trusted nothrowGets system information using GetSystemInfo.
fnMEMORYSTATUSEX getMemoryStatus() @trustedGets memory status using GlobalMemoryStatusEx.
fnSYSTEM_POWER_STATUS getPowerStatus() @trusted nothrowGets power status using GetSystemPowerStatus.
fnstring getLogicalDriveStrings() @trusted nothrowGets logical drive strings.
fnauto getDiskFreeSpace(string path) @trusted nothrowGets disk free space.
fnauto tuple(T...)(T values) @safe nothrow
fnDWORD getCurrentProcessId() @trusted nothrowGets the current process ID.
fnulong getTickCount64() @trusted nothrowGets the system tick count.
fnbool processExists(DWORD pid) @trusted nothrowChecks if a process exists.
fnstring getComputerName() @trusted nothrowGets computer name.
fnstring getUserName() @trusted nothrowGets user name.
fnstring getWindowsVersion() @safe nothrowGets Windows version information.
fnstring getProcessorArchitecture() @safe nothrowGets processor architecture string.