Article ID: 300683 - Last Review: June 5, 2003 - Revision: 2.0 FIX: ICallFrame::GetMarshalSizeMax() Clears IDispatch::Invoke ParametersThis article was previously published under Q300683 SYMPTOMS
VARIANT out parameters that are passed through the IDispatch::Invoke method may be cleared by the time they reach the method that is being called. This makes it impossible to update any out parameters.
CAUSE
This problem occurs because a private, internal COM+ interface, ICallFrame, incorrectly handles VARIANT parameters.
RESOLUTIONTo resolve this problem, obtain the latest service pack for Windows 2000. For additional information, click the following article number to view the article in the
Microsoft Knowledge Base:
260910
(http://support.microsoft.com/kb/260910/EN-US/
)
How to Obtain the Latest Windows 2000 Service Pack
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. This problem was first corrected in Windows 2000 Service Pack 2. MORE INFORMATION
Before the call to ICallFrame::Invoke, you have the following code:
| Article Translations
|
Back to the top
