// d3dkmthk.h
typedef struct _D3DKMT_DMM_ESCAPE {
D3DKMT_DMMESCAPETYPE Type;
D3DKMT_ALIGN64 D3DKMT_SIZE_T ProvidedBufferSize;
D3DKMT_ALIGN64 D3DKMT_SIZE_T MinRequiredBufferSize;
UCHAR Data[1];
} D3DKMT_DMM_ESCAPE;
View the official Windows Driver Kit DDI referenceNo description available.
Do not use the D3DKMT_DMM_ESCAPE structure; it is for testing purposes only.
The D3DKMT_DMM_ESCAPE structure describes how to control the display mode manager (DMM) in a call to the D3DKMTEscape function.
TypeProvidedBufferSizeactual size of Data[] array, in bytes.
MinRequiredBufferSizeminimum required size of Data[] array to contain requested data.
Data