FIX: _variant_t::operator IUnknown*() Fails To AddRef Interface (174635)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
This article was previously published under Q174635 SYMPTOMS
When using _variant_t::operator IUnknown*(), the returned interface is not
appropriately AddRef'd. This can cause unpredictable results when using the
returned interface. For instance, subsequent calls through the interface
may inexplicably fail or may cause an Access Violation.
RESOLUTION
Write a function to convert a _variant_t to an IUnknown*. A method based on
_variant_t::operator IDispatch*() is shown in the sample below.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been fixed in Visual Studio
97 Service Pack 3 and Visual C++ version 6.0.
For more information, please see the following article in the Microsoft
Knowledge Base:
170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why
Modification Type: | Minor | Last Reviewed: | 7/5/2005 |
---|
Keywords: | kbBug kbfix kbVC600fix kbVS97sp2fix KB174635 |
---|
|