Platform SDK: Performance Monitoring |
The PDH_RAW_LOG_RECORD structure stores information about a record contained in a binary trace log file.
typedef struct _PDH_RAW_LOG_RECORD DWORD dwStructureSize; DWORD dwRecordType; DWORD dwItems; UCHAR RawBytes[1]; } PDH_RAW_LOG_RECORD, *PPDH_RAW_LOG_RECORD;
Value | Meaning |
---|---|
PDH_LOG_TYPE_TSV | A tab-separated-value format record. |
PDH_LOG_TYPE_CSV | A comma-separated-value format record. |
PDH_LOG_TYPE_BINARY | A binary trace format record. |
PDH_LOG_TYPE_PERFMON | A Perfmon format record. |
Windows NT/2000: Requires Windows 2000.
Header: Declared in Pdh.h.