#ifndef _WINSTA_H typedef struct _TS_COUNTER { TS_COUNTER_HEADER CounterHead; DWORD dwValue; LARGE_INTEGER StartTime; } TS_COUNTER, *PTS_COUNTER; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.