COM objects must implement the ISupportErrorInfo interface if the COM objects are consumed by a Visual Basic application (827994)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
INTRODUCTIONIf you intend for your COM objects to be consumed by a
Microsoft Visual Basic application, your COM objects must implement the ISupportErrorInfo interface. However, to make sure that Visual Basic translates
your returned HRESULT values correctly, you must not set the bstrDescription parameter to any value except NULL. REFERENCESFor more information about the ISupportErrorInfo interface, see the Platform Software Development Kit
documentation.
Modification Type: | Major | Last Reviewed: | 3/15/2004 |
---|
Keywords: | kbinterop kbinfo KB827994 kbAudDeveloper |
---|
|