#ifndef _WINSTA_H typedef struct _TS_COUNTER_HEADER { DWORD dwCounterID; BOOLEAN bResult; } TS_COUNTER_HEADER, *PTS_COUNTER_HEADER; #endif View code on GitHub
This type is documented in the [MS-TSTS] specification.