This topic has not yet been rated - Rate this topic

IDiaDataSource::get_lastError Method

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 );

See Also

IDiaDataSource

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.