IErrorInfo::GetSource

HRESULT GetSource(

BSTR  *pBstrSource  
);
 

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

Parameter

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

Return Value

The return value obtained from the returned HRESULT is:

Return value Meaning
S_OK Success.

Comments

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.