// msviddrv.h
typedef struct tag_video_configure_parms {
LPDWORD lpdwReturn;
LPVOID lpData1;
DWORD dwSize1;
LPVOID lpData2;
DWORD dwSize2;
} VIDEOCONFIGPARMS, *LPVIDEOCONFIGPARMS;
View the official Windows Driver Kit DDI referenceNo description available.
lpdwReturnSpecifies the return parameter from the configure MSG.
lpData1Specifies a pointer to data 1.
dwSize1Specifies the size of data buffer 1.
lpData2Specifies a pointer to data 2.
dwSize2Specifies the size of data buffer 2.