D3DKMT_DESTROYDCFROMMEMORY structure (d3dkmthk.h)

The D3DKMT_DESTROYDCFROMMEMORY structure describes parameters for releasing the display context.

Syntax

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

Members

[in] hDc

A handle to the display context.

[in] hBitmap

A handle to a bitmap that is related to the display context.

Requirements

Requirement Value
Minimum supported client Windows Vista
Header d3dkmthk.h (include D3dkmthk.h)

See also

D3DKMTDestroyDCFromMemory