The information in this article applies to:
SYMPTOMSA Windows sockets application may return error 10038 (WSAENOTSOCK) in response to various socket calls. CAUSE
The Windows NT error "OBJECT_TYPE_MISMATCH" is mapped to Windows Sockets
error "WSAENOTSOCK" by the Microsoft Winsock implementation. One possible
cause of "OBJECT_TYPE_MISMATCH" error is an application written in such a
manner as to close a given handle more than once. Errors are more likely to
occur on multiprocessor computers.
RESOLUTIONConsult with the application vendor to determine whether there is a possibility of the same handle being closed twice. Additional query words: socket select 100038 WSAENOTSOCK
Keywords : kbnetwork kbAPI kbSDKPlatform kbWinsock nt32ap NTSrvWkst kbGrpNet |
Last Reviewed: January 4, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |