// d3dkmthk.h
typedef struct _D3DKMT_DESTROYDCFROMMEMORY {
[in] HDC hDc;
[in] HANDLE hBitmap;
} D3DKMT_DESTROYDCFROMMEMORY;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_DESTROYDCFROMMEMORY structure describes parameters for releasing the display context.
hDc [in]A handle to the display context.
hBitmap [in]A handle to a bitmap that is related to the display context.