Annotation of parser3/src/sql/odbc/MFCpatches/SOCKIMPL.H, revision 1.1
1.1 ! parser 1: // This is a part of the Microsoft Foundation Classes C++ library.
! 2: // Copyright (C) 1992-1998 Microsoft Corporation
! 3: // All rights reserved.
! 4: //
! 5: // This source code is only intended as a supplement to the
! 6: // Microsoft Foundation Classes Reference and related
! 7: // electronic documentation provided with the library.
! 8: // See these sources for detailed information regarding the
! 9: // Microsoft Foundation Classes product.
! 10:
! 11: // Note: must include AFXDB.H first
! 12:
! 13: #undef AFX_DATA
! 14: #define AFX_DATA AFX_NET_DATA
! 15:
! 16: /////////////////////////////////////////////////////////////////////////////
! 17: // _AFX_SOCK_STATE
! 18:
! 19: #undef AFX_DATA
! 20: #define AFX_DATA
! 21:
! 22: class _AFX_SOCK_STATE : public CNoTrackObject
! 23: {
! 24: public:
! 25: DWORD m_dwReserved1; // reserved for version 4.1 only
! 26: HINSTANCE m_hInstSOCK; // handle of WSOCK32.DLL
! 27: void (AFXAPI *m_pfnSockTerm)(void); // set once initialized
! 28: virtual ~_AFX_SOCK_STATE();
! 29: };
! 30:
! 31: EXTERN_PROCESS_LOCAL(_AFX_SOCK_STATE, _afxSockState)
! 32:
! 33: #undef AFX_DATA
! 34: #define AFX_DATA
! 35:
! 36: /////////////////////////////////////////////////////////////////////////////
E-mail: