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.

22 lines
588 B

  1. #ifndef __DFSHELP_H_
  2. #define __DFSHELP_H_
  3. #define DFS_CTX_HELP_FILE _T("dfs.hlp")
  4. #define IDH_SHELL_DIR_PATH 70005150
  5. #define IDH_SHELL_ALTERNATE_LIST 70005151
  6. #define IDH_SHELL_FLUSH_PKT 70005152
  7. #define IDH_SHELL_CHECK_STATUS 70005153
  8. #define IDH_SHELL_SET_ACTIVE 70005154
  9. const DWORD g_aHelpIDs_IDD_DFS_SHELL_PROP[]=
  10. {
  11. IDC_DIR_PATH, IDH_SHELL_DIR_PATH,
  12. IDC_ALTERNATE_LIST, IDH_SHELL_ALTERNATE_LIST,
  13. IDC_FLUSH_PKT, IDH_SHELL_FLUSH_PKT,
  14. IDC_CHECK_STATUS, IDH_SHELL_CHECK_STATUS,
  15. IDC_SET_ACTIVE, IDH_SHELL_SET_ACTIVE,
  16. 0,0
  17. };
  18. #endif // __DFSHELP_H_