STI_ERROR_INFOW structure (sti.h)

The STI_ERROR_INFO structure is used as a parameter for the IStiDevice::GetLastErrorInfo and IStiUSD::GetLastErrorInfo methods. It is also used as a member of the STI_DIAG structure.

Syntax

typedef struct _ERROR_INFOW {
  DWORD dwSize;
  DWORD dwGenericError;
  DWORD dwVendorError;
  WCHAR szExtendedErrorText[255];
} STI_ERROR_INFOW, *PSTI_ERROR_INFOW;

Members

dwSize

Caller-supplied size, in bytes, of the STI_ERROR_INFO structure.

dwGenericError

Win32 error code.

dwVendorError

Optional, vendor-specific error code.

szExtendedErrorText[255]

Optional character array containing a text string describing the error.

Requirements

Requirement Value
Header sti.h (include Sti.h)