Windows apps
Collapse the table of content
Expand the table of content

IErrorInfo::GetSource Function

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

HRESULT GetSource(
  BSTR  *pBstrSource
);

pBstrSource

Pointer to a string containing a ProgID, in the form progname.objectname.

The return value obtained from the returned HRESULT is:

Return value

Meaning

S_OK

Success.

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.

Show:
© 2017 Microsoft