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.

30 lines
964 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1995 - 1995.
  5. //
  6. // File: helpids.h
  7. //
  8. // Contents: Help context identifiers
  9. //
  10. // History: 13-Sep-95 BruceFo Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #define HC_OK 1
  14. #define HC_CANCEL 2
  15. #define HC_SHARE_SHARENAME 3
  16. #define HC_SHARE_COMMENT 4
  17. #define HC_SHARE_MAXIMUM 5
  18. #define HC_SHARE_ALLOW 6
  19. #define HC_SHARE_ALLOW_VALUE 7
  20. #define HC_SHARE_PERMISSIONS 8
  21. #define HC_SHARE_PATH 9
  22. // The following are help ids for the ACL editor
  23. #define ACL_HC_MAIN_DLG 20
  24. #define ACL_HC_ADD_USER_DLG 21
  25. #define ACL_HC_ADD_USER_MEMBERS_LG_DLG 22
  26. #define ACL_HC_ADD_USER_MEMBERS_GG_DLG 23
  27. #define ACL_HC_ADD_USER_SEARCH_DLG 24