The information in this article applies to:
SYMPTOMSA function call to the RasDial() API from a 16-bit Windows-based application that is running in Windows 95 fails with error 87 in Windows 95 if the hWndNotifier parameter of the RasDial() API is initialized to a NULL value. RESOLUTIONAn application should always provide a window handle for this parameter even if it will not be processing the messages posted by the RAS DLLs to this window. MORE INFORMATIONSpecifying a NULL value for window handle in the RasDial() API call is common for a Visual Basic application. In such a scenario, the application makes repetitive calls to RasGetConnectStatus() to get the status of the connection. However, calling RasDial() in this fashion causes it to fail on Windows 95 with error 87. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. Additional query words:
Keywords : kbnetwork kbAPI kbRAS kbSDKPlatform kbWinOS95 kbGrpNet |
Last Reviewed: November 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |