home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / DLLHELLO.PAK / CALLDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-02  |  461 b   |  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.