Retrieves a particular type of error information.

HRESULT QueryErrorInfo(
   GUID  guidErrorType,
   IDispError**  ppde
);

Parameters

guidErrorType

[in] GUID specifying error type.

ppde

[out] Specifies the IDispError object.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also