estrutura D3DKMT_DESTROYDCFROMMEMORY (d3dkmthk.h)

A estrutura D3DKMT_DESTROYDCFROMMEMORY descreve parâmetros para liberar o contexto de exibição.

Sintaxe

typedef struct _D3DKMT_DESTROYDCFROMMEMORY {
  [in] HDC    hDc;
  [in] HANDLE hBitmap;
} D3DKMT_DESTROYDCFROMMEMORY;

Membros

[in] hDc

Um identificador para o contexto de exibição.

[in] hBitmap

Um identificador para um bitmap relacionado ao contexto de exibição.

Requisitos

Requisito Valor
de cliente com suporte mínimo Windows Vista
cabeçalho d3dkmthk.h (inclua D3dkmthk.h)

Consulte também

D3DKMTDestroyDCFromMemory