LPVIDEO_GETERRORTEXT_PARMS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// msviddrv.h

typedef struct tag_video_geterrortext_parms {
  DWORD  dwError;
#if ...
  LPWSTR lpText;
#else
  LPSTR  lpText;
#endif
  DWORD  dwLength;
} VIDEO_GETERRORTEXT_PARMS, *LPVIDEO_GETERRORTEXT_PARMS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

tag_video_geterrortext_parms structure

Description

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.