D3DKMT_GETPROCESSDEVICELOSTSUPPORT structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Used to get the indicated process.

Syntax

typedef struct _D3DKMT_GETPROCESSDEVICELOSTSUPPORT {
  HANDLE  hProcess;
  LUID    AdapterLuid;
  BOOLEAN Support;
} D3DKMT_GETPROCESSDEVICELOSTSUPPORT;

Members

  • hProcess
    A handle to the process.

  • AdapterLuid
    LUID of Adapter that is potentially being detached

  • Support
    Indicates whether or not all devices of the process using the adapter can recover from graphics device lost.

Requirements

Header

D3dkmthk.h

 

 

Send comments about this topic to Microsoft