IErrorInfo::GetSource

This method returns the language-dependent programmatic identifier for the class or application that raised the error.

At a Glance

Header file: Oaidl.h
Windows CE versions: 2.0 and later

Syntax

HRESULT GetSource( BSTR *pBstrSource );

Parameters

pBstrSource

Pointer to a string that contains a programmatic identifier, in the form progname.objectname.

Return Values

S_OK indicates success.

Remarks

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