Condividi tramite


struttura D3DKMT_DESTROYOVERLAY (d3dkmthk.h)

La struttura D3DKMT_DESTROYOVERLAY contiene l'handle della sovrimpressione da eliminare definitivamente.

Sintassi

typedef struct _D3DKMT_DESTROYOVERLAY {
  [in] D3DKMT_HANDLE hDevice;
  [in] D3DKMT_HANDLE hOverlay;
} D3DKMT_DESTROYOVERLAY;

Members

[in] hDevice

Handle per il dispositivo a cui è associata la sovrimpressione.

[in] hOverlay

Tipo di dati D3DKMT_HANDLE che rappresenta l'handle in modalità kernel restituito dalla funzione create-overlay e che identifica l'oggetto overlay in modalità kernel da eliminare.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Intestazione d3dkmthk.h (include D3dkmthk.h)

Vedi anche

D3DKMTDestroyOverlay