D3DKMT_TDRDBGCTRL_ESCAPE - NtDoc

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

typedef struct _D3DKMT_TDRDBGCTRL_ESCAPE {
  D3DKMT_TDRDBGCTRLTYPE TdrControl;
  union {
    ULONG NodeOrdinal;
  };
} D3DKMT_TDRDBGCTRL_ESCAPE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_tdrdbgctrl_escape)

D3DKMT_TDRDBGCTRL_ESCAPE structure

Description

The D3DKMT_TDRDBGCTRL_ESCAPE structure contains values for the (TDR) timeout detection and recovery escape process.

Members

TdrControl

The TDR control.

NodeOrdinal

The node ordinal. This value is valid if the TdrControl is set to D3DKMT_TDRDBGCTRLTYPE_ENGINETDR.

Remarks

See also