D3DKMT_DESTROYDCFROMMEMORY - NtDoc

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

typedef struct _D3DKMT_DESTROYDCFROMMEMORY {
  [in] HDC    hDc;
  [in] HANDLE hBitmap;
} D3DKMT_DESTROYDCFROMMEMORY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMT_DESTROYDCFROMMEMORY structure

Description

The D3DKMT_DESTROYDCFROMMEMORY structure describes parameters for releasing the display context.

Members

hDc [in]

A handle to the display context.

hBitmap [in]

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

See also

D3DKMTDestroyDCFromMemory