home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / DLLHELLO.PAK / CALLDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  510 b   |  18 lines

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