// d3dkmthk.h
typedef struct _D3DKMT_BLOCKLIST_INFO {
UINT Size;
WCHAR BlockList[1];
} D3DKMT_BLOCKLIST_INFO;
View the official Windows Driver Kit DDI referenceNo description available.
Contains information about the display block list.
SizeThe size of the block list.
BlockListThe block list.