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.

49 lines
1.9 KiB

  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_NOTSHARED 9
  22. #define HC_SHARE_SHAREDAS 10
  23. #define HC_SHARE_SHARENAME_COMBO 11
  24. #define HC_SHARE_REMOVE 12
  25. #define HC_SHARE_NEWSHARE 13
  26. #define HC_SHARE_LIMIT 14
  27. #define IDH_SHARE_CACHING_BTN 1019
  28. #define IDH_SHARE2_ShareOnNet 10001
  29. #define IDH_SHARE2_ReadOnly 10002
  30. #define IDH_SHARE2_ShareName 10003
  31. #define IDH_SHARE2_MakePrivate 10004
  32. //////////////////////////////////////////////////////////////////////////////
  33. //////////////////////////////////////////////////////////////////////////////
  34. // The following are help ids for the ACL editor
  35. // stolen from \nt\private\net\ui\common\h\uihelp.h
  36. #define HC_UI_BASE 7000
  37. #define HC_UI_SHELL_BASE (HC_UI_BASE+10000)
  38. // stolen from \nt\private\net\ui\shellui\h\helpnums.h
  39. #define HC_NTSHAREPERMS 11 // Main share perm dialog
  40. // The following four have to be consecutive
  41. #define HC_SHAREADDUSER 12 // Share perm add dlg
  42. #define HC_SHAREADDUSER_LOCALGROUP 13 // Share perm add->Members
  43. #define HC_SHAREADDUSER_GLOBALGROUP 14 // Share perm add->Members
  44. #define HC_SHAREADDUSER_FINDUSER 15 // Share perm add->FindUser