HRESULT GetSource(
BSTR *pBstrSource
);
Returns the language-dependent programmatic ID (ProgID) for the class or application that raised the error.
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.