VIDEO_GETERRORTEXT_PARMS

Contains a text buffer to return a description of a specified error.


typedef struct {
    DWORD dwError;             // error number
    LPSTR lpText;              // address of error return buffer
    DWORD dwLength;            // size, in bytes, of lpText
} VIDEO_GETERRORTEXT_PARMS;