home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / progwin / chap15 / devcaps2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-11-12  |  330 b   |  16 lines

  1. /*------------------------
  2.    DEVCAPS2.H header file
  3.   ------------------------*/
  4.  
  5. #define IDM_SCREEN  1
  6.  
  7. #define IDM_DEVMODE 0x100
  8.  
  9. #define IDM_BASIC   0x101
  10. #define IDM_OTHER   0x102
  11. #define IDM_CURVE   0x103
  12. #define IDM_LINE    0x104
  13. #define IDM_POLY    0x105
  14. #define IDM_TEXT    0x106
  15. #define IDM_ESC     0x107
  16.