D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY - NtDoc

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

typedef struct _D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY {
  [in] D3DKMT_HANDLE hAdapter;
  [in] BOOL          Recovered;
} D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_SETHWPROTECTIONTEARDOWNRECOVERY structure

Description

Used to set the hardware protection tear down recovery.

Members

hAdapter [in]

A handle to the graphics adapter.

Recovered [in]

Indicates whether the hardware protection teardown was recovered.

Remarks

See also