The information in this article applies to:
SYMPTOMS
If you call the GetBestRoute API and pass an invalid (non NULL) value for
pBestRoute, a pointer to the MIB_IPFORWARDROW structure might cause Windows
98 to hang. You have to restart your computer.
RESOLUTIONThis API should never be called with an uninitialized pointer. Either initialize the pointer to NULL, assign it the value returned by malloc or new, or pass in the address of a MIB_IPFORWARDROW structure (the recommended way as demonstrated below). Sample Code
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. Additional query words: IPHLPAPI
Keywords : kbnetwork kbAPI kbSDKPlatform kbWinOS98bug kbIPHelp kbGrpNet |
Last Reviewed: January 10, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |