// d3dkmthk.h
typedef struct _D3DKMT_MIRACASTCOMPANIONDRIVERNAME {
WCHAR MiracastCompanionDriverName[MAX_PATH];
} D3DKMT_MIRACASTCOMPANIONDRIVERNAME;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMT_MIRACASTCOMPANIONDRIVERNAME structure describes the name of the Miracast (wireless display) companion driver.
MiracastCompanionDriverNameThe name of the Miracast companion driver.