ALM Open Test Architecture API Type Library Version 12.55
GetLastError Method
Description
Gets the last error that occurred during asynchronous load and save operations.
Syntax
Visual Basic
Public Sub GetLastError() 
Return Type
An HRESULT. The application-specific error is in the information code.
Remarks

Used for asynchronous operations where error handled cannot be implemented.

For information on handling an HRESULT, see Microsoft documentation.

See Also

IExtendedStorage Interface  | IExtendedStorage Members