ADTF
|
This is the complete list of members for cSystem, including all inherited members.
ChildExecute(tUInt64 *pChildProcessId, const cFilename &strExeFile, const cString &strArgs="") | cSystem | static |
ChildTerminate(tUInt64 nChildProcessId) | cSystem | static |
ChildWait(tUInt64 nChildProcessId, tTimeStamp tmTimeOut=-1) | cSystem | static |
Execute(const cFilename &strExeFile, const cString &strArgs="", const cFilename &strWorkingPath="", const tBool bModal=tFalse, cString *pOutput=nullptr, const cFilename oStdErrForward="") | cSystem | static |
GetComputerName() | cSystem | static |
GetCurrentProcessId() | cSystem | static |
GetCurrentThreadId() | cSystem | static |
GetEnvVariable(const cString &strName, const cString &strDefaultValue="") | cSystem | static |
GetEthernetAdapterInfo(IAdapterInfoCallback *pAdapterInfo) | cSystem | static |
GetLastErrorString(const tUInt32 ui32Error) | cSystem | static |
GetLastSystemError() | cSystem | static |
GetMACAddress(cString &strMACAddress) | cSystem | static |
GetMallocInfo(tUInt64 &nMallocTotal, tUInt64 &nMallocFree, tUInt64 &nMallocUsed) | cSystem | static |
GetPhysicalMemoryTotal() | cSystem | static |
GetPhysicalMemoryUsed(tBool bIncludeCaches=tFalse) | cSystem | static |
GetPhysicalMemoryUsedByMe() | cSystem | static |
GetProcessorCount() | cSystem | static |
GetTime() | cSystem | static |
GetUserName() | cSystem | static |
GetVirtualMemoryTotal() | cSystem | static |
GetVirtualMemoryUsed() | cSystem | static |
GetVirtualMemoryUsedByMe() | cSystem | static |
GetVirtualUserMemoryTotal() | cSystem | static |
GetVirtualUserMemoryUsed() | cSystem | static |
HasIfaceWithMAC(const cString &strMACAddress) | cSystem | static |
HostToNetwork(tUInt16 *pui16Value) | cSystem | static |
HostToNetwork(tUInt32 *pui32Value) | cSystem | static |
HostToNetwork(tUInt64 *pui64Value) | cSystem | static |
NetworkToHost(tUInt16 *pui16Value) | cSystem | static |
NetworkToHost(tUInt32 *pui32Value) | cSystem | static |
NetworkToHost(tUInt64 *pui64Value) | cSystem | static |
OpenDocument(tHandle hWndParent, const cFilename &strFilename, const cString &strWorkingPath="", tBool bModal=tFalse, tBool bMessage=tFalse) | cSystem | static |
OpenFolder(tHandle hWndParent, const cFilename &strFilename, tHandle &hProcessHandle, tBool bModal=tFalse) | cSystem | static |
QueryDriveSpace(const cString &strDriveLetter, tUInt64 &uint64FreeSize) | cSystem | static |
SendMail(const cString &strOriginator, const cString &strOriginatorName, const cString &strRecipient, const cString &strRecipientName, const cString &strSubject, const cString &strText, const cString &strFilePath) | cSystem | static |
SetEnvVariable(const cString &strName, const cString &strValue) | cSystem | static |
Sleep(tTimeStamp tmMicroseconds) | cSystem | static |
SwapEndian(tUInt8 *pui8Value) | cSystem | static |
SwapEndian(tInt8 *pi8Value) | cSystem | static |
SwapEndian(tUInt16 *pui16Value) | cSystem | static |
SwapEndian(tInt16 *pi16Value) | cSystem | static |
SwapEndian(tUInt32 *pui32Value) | cSystem | static |
SwapEndian(tInt32 *pi32Value) | cSystem | static |
SwapEndian(tUInt64 *pui64Value) | cSystem | static |
SwapEndian(tInt64 *pi64Value) | cSystem | static |