home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / dllhello.pak / CALLDLL.H < prev    next >
Text File  |  1997-07-23  |  461b  |  16 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4.  
  5. #define CM_CREATE   101
  6. #define CM_RSTRING  102
  7. #define CM_RCURSOR  103
  8. #define CM_RICON    104
  9. #define CM_RBITMAP  105
  10.  
  11. #define ID_STRING   300
  12. #define ID_ICON     301
  13. #define ID_CURSOR   302
  14. #define ID_BITMAP   303
  15.  
  16.