VIDEO_GETERRORTEXT_PARMS structure (msviddrv.h)

Syntax

typedef struct tag_video_geterrortext_parms {
  DWORD  dwError;
#if ...
  LPWSTR lpText;
#else
  LPSTR  lpText;
#endif
  DWORD  dwLength;
} VIDEO_GETERRORTEXT_PARMS, *LPVIDEO_GETERRORTEXT_PARMS;

Members

dwError

Specifies the error number to identify.

lpText

Specifies the text buffer to fill.

Specifies the text buffer to fill.

dwLength

Specifies the size of the text buffer in characters.

Requirements

Requirement Value
Header msviddrv.h