VIDEOCONFIGPARMS structure (msviddrv.h)

Syntax

typedef struct tag_video_configure_parms {
  LPDWORD lpdwReturn;
  LPVOID  lpData1;
  DWORD   dwSize1;
  LPVOID  lpData2;
  DWORD   dwSize2;
} VIDEOCONFIGPARMS, *LPVIDEOCONFIGPARMS;

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.

Requirements

Requirement Value
Header msviddrv.h