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.

44 lines
1.7 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. //////////////////////////////////////////////////////////////////////////////
  28. //////////////////////////////////////////////////////////////////////////////
  29. // The following are help ids for the ACL editor
  30. // stolen from \nt\private\net\ui\common\h\uihelp.h
  31. #define HC_UI_BASE 7000
  32. #define HC_UI_SHELL_BASE (HC_UI_BASE+10000)
  33. // stolen from \nt\private\net\ui\shellui\h\helpnums.h
  34. #define HC_NTSHAREPERMS 11 // Main share perm dialog
  35. // The following four have to be consecutive
  36. #define HC_SHAREADDUSER 12 // Share perm add dlg
  37. #define HC_SHAREADDUSER_LOCALGROUP 13 // Share perm add->Members
  38. #define HC_SHAREADDUSER_GLOBALGROUP 14 // Share perm add->Members
  39. #define HC_SHAREADDUSER_FINDUSER 15 // Share perm add->FindUser