// d3dumddi.h
typedef struct D3DDDIARG_COUNTER_INFO {
D3DDDIQUERYTYPE LastDeviceDependentCounter;
UINT NumSimultaneousCounters;
} D3DDDIARG_COUNTER_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Describes info to manipulate counters.
LastDeviceDependentCounterA value of type D3DDDIQUERYTYPE that identifies the largest device-dependent counter identifier that the device supports. If none are supported, the user-mode display driver must set the value to 0; otherwise, the driver sets the value to greater than or equal to D3DDDIQUERYTYPE_COUNTER_DEVICE_DEPENDENT.
NumSimultaneousCountersThe number of simultaneously active counters that the driver supports.