home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK10 / MFC / SRC / WINDOW_.H$ / window_
Encoding:
Text File  |  1992-03-16  |  1.1 KB  |  31 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library. 
  2. // Copyright (C) 1992 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 Microsoft 
  7. // QuickHelp documentation provided with the library. 
  8. // See these sources for detailed information regarding the 
  9. // Microsoft Foundation Classes product. 
  10.  
  11. //  Private AFX Windows globals
  12.  
  13. // from window.cpp
  14. extern char NEAR _afxWnd[];
  15. extern char NEAR _afxMDIFrameWnd[];
  16. extern char NEAR _afxFrameWnd[];
  17.  
  18. extern void _AfxHookWindowCreate(register CWnd* pWnd);
  19. extern BOOL _AfxUnhookWindowCreate();
  20. extern LONG FAR PASCAL AFX_EXPORT 
  21.     _AfxDlgProc(HWND hWnd, register UINT message, UINT wParam, LONG lParam);
  22. extern UINT FAR PASCAL AFX_EXPORT
  23.     _AfxCommDlgProc(HWND hWnd, register UINT message, UINT wParam, LONG lParam);
  24.  
  25. // Proc addresses for Win3.1 specifics
  26. #ifndef _WINDLL
  27. extern HOOKPROC (WINAPI* _afxSetWindowsHookExProc)(int, HOOKPROC, HINSTANCE, HTASK);
  28.     // != NULL if Windows 3.1 or better
  29. #endif //!_WINDLL
  30.  
  31.