home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / WINWORD / WHAT2 / DLLDEMO.H_ / DLLDEMO.bin
Text File  |  1992-07-15  |  2KB  |  29 lines

  1. /*****************************************************************************
  2. *                                                                            *
  3. *  DLLDEMO.H                                     *
  4. *                                                                            *
  5. *  Copyright (C) Microsoft Corporation 1991.                                 *
  6. *  All Rights reserved.                                                      *
  7. *                                                                            *
  8. ******************************************************************************
  9. *                                                                            *
  10. *  Module Description: Exports routines for DLLDEMO.C and EWDEMO.C
  11. *                                                                            *
  12. ******************************************************************************
  13.  
  14. /* If version of windows.h is before 3.1, then define the following */
  15. #if (WINVER < 0x030a)
  16. typedef WORD  UINT;
  17. typedef WORD  WPARAM;
  18. typedef LONG  LPARAM;
  19. #endif
  20.  
  21. /*****************************************************************************
  22. *                                                                            *
  23. *                               Prototypes                                   *
  24. *                                                                            *
  25. *****************************************************************************/
  26. BOOL FInitEmbeddedWindow( HANDLE hModule );
  27.  
  28. BOOL FInitExtendedWindow( HANDLE hModule );
  29.