The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IErrorInfo::GetSource method
Returns the language-dependent programmatic ID (ProgID) for the class or application that raised the error.
Syntax
HRESULT GetSource( [out] BSTR *pBstrSource );
Parameters
- pBstrSource [out]
-
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
|
IDL |
|
|---|
See also
Show: