Source code of Windows XP (NT5)
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.

37 lines
1.1 KiB

  1. #define WM_QUOTADLG (WM_USER + 100)
  2. #define WM_REFRESH (WM_USER + 101)
  3. #define WM_EXITWINDOWS (WM_USER + 102)
  4. #define WM_WARNUSER (WM_USER + 103)
  5. #define IDI_ICON 1
  6. #define IDI_CAUTION 2
  7. #define IDI_STOP 3
  8. #define IDS_SIZEOK 1
  9. #define IDS_SIZEWARN 2
  10. #define IDS_SIZEBAD 3
  11. #define IDS_COLUMN1 4
  12. #define IDS_COLUMN2 5
  13. #define IDS_SIZEFMT 6
  14. #define IDS_LOGOFFOK 7
  15. #define IDS_CAUTION 8
  16. #define IDS_DEFAULTMSG 9
  17. #define IDS_EXCEEDMSG 10
  18. #define IDS_MSGTITLE 11
  19. #define IDS_QUOTAENUMMSG 12
  20. #define IDD_QUOTA 100
  21. #define IDC_QUOTA_TEXT 101
  22. #define IDC_QUOTA_FILELIST 102
  23. #define IDC_QUOTA_HIDESMALL 103
  24. #define IDC_QUOTA_SIZE 104
  25. #define IDC_QUOTA_MAXSIZE 105
  26. #define IDC_QUOTA_ICON 106
  27. #define ARRAYSIZE(a) (sizeof(a)/sizeof(a[0]))
  28. //
  29. // shell32.dll
  30. //
  31. void WINAPI ExitWindowsDialog(HWND hwndParent);