D3D10DDI_COUNTER_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d10umddi.h

typedef struct D3D10DDI_COUNTER_INFO {
  [out] D3D10DDI_QUERY LastDeviceDependentCounter;
  [out] UINT           NumSimultaneousCounters;
  [out] UINT8          NumDetectableParallelUnits;
} D3D10DDI_COUNTER_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d10umddi-d3d10ddi_counter_info)

D3D10DDI_COUNTER_INFO structure

Description

The D3D10DDI_COUNTER_INFO structure describes information to manipulate counters.

Members

LastDeviceDependentCounter [out]

A D3D10DDI_QUERY-typed value 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 D3D10DDI_COUNTER_DEVICE_DEPENDENT_0 (0x40000000).

NumSimultaneousCounters [out]

The number of simultaneously active counters that the driver supports.

NumDetectableParallelUnits [out]

The number of detectable parallel units that the counters can identify. Valid values are from 1 through 4.

See also

CheckCounterInfo

D3D10DDI_QUERY