Public Types | |
| enum | BuildNumberType { Kernel = 0, Api } |
Public Member Functions | |
| System () | |
| bool | IsSafeMode () |
| bool | IsLiveCD () |
| bool | IsVolatile () |
| bool | IsBranched () |
| bool | HasBootOption (const String &pOption) |
| void | Notify (unsigned int uiType, const String &szCaption, char *szFormatString,...) |
| unsigned int | GetTotalMemory () |
| unsigned int | GetFreeMemory () |
| unsigned int | GetBuildNumber (BuildNumberType nBuildNumberType) |
Static Public Member Functions | |
| static void | DumpMemory (void *vpAddress, unsigned int uiBytes, bool bStdOut=true, bool bDebugLog=true) |
| static bool | Shutdown (ShutDownMode nMode) |
| System::System | ( | ) |
| bool System::IsSafeMode | ( | ) |
| bool System::IsLiveCD | ( | ) |
| bool System::IsVolatile | ( | ) |
| bool System::IsBranched | ( | ) |
| bool System::HasBootOption | ( | const String & | pOption | ) |
| void System::Notify | ( | unsigned int | uiType, | |
| const String & | szCaption, | |||
| char * | szFormatString, | |||
| ... | ||||
| ) |
| unsigned int System::GetTotalMemory | ( | ) |
GetTotalMemory
| unsigned int System::GetFreeMemory | ( | ) |
GetFreeMemory
| unsigned int System::GetBuildNumber | ( | BuildNumberType | nBuildNumberType | ) |
| void System::DumpMemory | ( | void * | vpAddress, | |
| unsigned int | uiBytes, | |||
| bool | bStdOut = true, |
|||
| bool | bDebugLog = true | |||
| ) | [static] |
| bool System::Shutdown | ( | ShutDownMode | nMode | ) | [static] |
1.5.1-p1