LPVIDEOCONFIGPARMS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-msviddrv-tag_video_configure_parms)

tag_video_configure_parms structure

Description

Members

lpdwReturn

Specifies the return parameter from the configure MSG.

lpData1

Specifies a pointer to data 1.

dwSize1

Specifies the size of data buffer 1.

lpData2

Specifies a pointer to data 2.

dwSize2

Specifies the size of data buffer 2.