IErrorInfo::GetSource method (oaidl.h)

Returns the language-dependent programmatic ID (ProgID) for the class or application that raised the error.

Syntax

HRESULT GetSource(
  [out] BSTR *pBstrSource
);

Parameters

[out] pBstrSource

A ProgID, in the form progname.objectname.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

Use IErrorInfo::GetSource to determine the class or application that is the source of the error. The language for the returned ProgID depends on the locale ID (LCID) that was passed into the method at the time of invocation.

Requirements

Requirement Value
Target Platform Windows
Header oaidl.h

See also

IErrorInfo