home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / DLLHELLO.PAK / CALLDLL.H < prev    next >
Text File  |  1995-08-29  |  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.