Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
543 B

  1. #define idcAddRange 1000
  2. #define idcDeleteRange 1001
  3. #define idcIsInRange 1002
  4. #define idcNextInRange 1003
  5. #define idcPrevInRange 1004
  6. #define idcClear 1005
  7. #define idcInput1 1006
  8. #define idcInput2 1007
  9. #define idcResult 1008
  10. #define idcPrint 1009
  11. INT_PTR CALLBACK RangeTestDlgProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);