
| typedef DWORD InstanceCount |
| typedef DWORD DataLength |
| typedef Objects::const_iterator Iterator |
| CPerformanceDataSchema | ( | const JetByteTools::Win32::_tstring & | languageId = _T("009") |
) | [explicit] |
| _tstring GetDefaultLanguage | ( | ) | const |
| void AddSupportedLanguage | ( | const JetByteTools::Win32::_tstring & | languageId | ) |
| void GetSupportedLanguages | ( | JetByteTools::Win32::StringVector & | languages | ) | const |
| Object& AddObject | ( | const JetByteTools::Win32::_tstring & | name, | |
| const JetByteTools::Win32::_tstring & | help, | |||
| const DetailLevel | detailLevel | |||
| ) |
| Object& AddObjectWithInstances | ( | const JetByteTools::Win32::_tstring & | name, | |
| const JetByteTools::Win32::_tstring & | help, | |||
| const DetailLevel | detailLevel, | |||
| const InstanceCount | maxInstances, | |||
| const DataLength | maxInstanceNameLength | |||
| ) |
| Object& AddObjectWithInstances | ( | const JetByteTools::Win32::_tstring & | name, | |
| const JetByteTools::Win32::_tstring & | help, | |||
| const DetailLevel | detailLevel, | |||
| const InstanceCount | maxInstances | |||
| ) |
| CPerformanceDataSchema::InstanceCount NumObjects | ( | ) | const |
| void ValidateSchema | ( | ) | const |
| CPerformanceDataSchema::DataLength GetSizeRequired | ( | ) | const |
| CPerformanceDataSchema::DataLength GetObjectDefinitionSize | ( | ) | const |
| CPerformanceDataSchema::DataLength GetCounterSize | ( | ) | const |
| CPerformanceDataSchema::Iterator Begin | ( | ) | const |
| CPerformanceDataSchema::Iterator End | ( | ) | const |
1.5.3