burn.h 425 B

12345678910111213141516
  1. #define BURNCALLBACK_DIALOGOPEN (WM_USER + 0x500)
  2. #define BURNCOMMAND (WM_USER + 32)
  3. #define BURN_SETERRORPARENT (WM_USER+111)
  4. #define BURNCOMMAND_GETSTATUS 1
  5. #define BURNCOMMAND_GETPERCENT 2
  6. #define BURNCOMMAND_CANCEL 666
  7. #define BURNTICK 0x123
  8. #define CANCELTICK 0x124
  9. #define STATUS_BURNING_DONE 7
  10. #define STATUS_BURNING_COMPLETE 100
  11. #define STATUS_START_BURNING 5
  12. #define STATUS_ERROR 999
  13. #define STATUS_BURNING 6