The information in this article applies to:
SYMPTOMSSending components that result in calls to either GetStreamedObject or GetStoredObject receive errors with incorrect HRESULT values. CAUSEMSMQ passes VT_UNKNOWN in the variant's type tag after a call to query interface. This is valid. The HRESULT should have been reset prior to returning, but it was not. This resulted in errors due to the HRESULT being set incorrectly. RESOLUTIONTo resolve this problem, obtain the latest service pack for Windows NT 4.0. For additional information, please see the following article in the
Microsoft Knowledge Base: Q152734 How to Obtain the Latest Windows NT 4.0 Service PackPassing VT_UNKNOWN is by design and the code was corrected to reset the HRESULT to NOERROR. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article. Additional query words: msmq hresult variant
Keywords : kbMSMQ kbMSMQ100 kbMSMQ100bug kbMSMQ100fix NT4SP6Fix |
Last Reviewed: October 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |