IDiaDataSource::get_lastError
擷取上次載入錯誤的檔案名稱。
語法
HRESULT get_lastError (
BSTR* pRetVal
);
參數
pRetVal
[out]傳回字串,其中包含與上次錯誤相關聯的檔名。
傳回值
傳回任何先前作業所造成的最後一個錯誤碼。 如果 pRetVal
參數為 NULL
,則會傳回 E_INVALIDARG
。 如果資源不足而無法配置 BSTR,則傳 E_OUTOFMEMORY
回
範例
BSTR fileName;
HRESULT errorCode = pSource->get_lastError( &fileName );