IDiaDataSource::get_lastError Method
Visual Studio .NET 2003
Retrieves the file name for the last load error.
HRESULT get_lastError ( BSTR* pRetVal );
Parameters
- pRetVal
- [out, retval] Returns a BSTR that contains the file name associated with the last load error.
Example
BSTR error; pSource->get_lastError( &error );