DEVEL15-windows-unicode-support-20080509
[openafs.git] / src / WINNT / client_exp / help.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  * 
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #define HELPFILE_NATIVE "afs-nt.hlp"
11 #define HELPFILE_LIGHT  "afs-light.hlp"
12
13 #define HELPTYPE        HELP_CONTEXT
14
15 #define AUTHENTICATION_HELP_ID          16
16 #define GET_TOKENS_HELP_ID                      17
17 #define DISCARD_TOKENS_HELP_ID          18
18 #define SET_AFS_ACL_HELP_ID                     19
19 #define ADD_ACL_ENTRY_HELP_ID           20              
20 #define COPY_ACL_HELP_ID                        21
21 #define VOLUME_INFO_HELP_ID                     27
22 #define PARTITION_INFO_HELP_ID          28
23 #define MOUNT_POINTS_HELP_ID            33
24 #define REMOVE_MOUNT_POINTS_HELP_ID     34
25 #define MAKE_MOUNT_POINT_HELP_ID        35
26 #define SHOW_FILE_SERVERS_HELP_ID       38
27 #define SHOW_CELL_HELP_ID                       39
28 #define SERVER_STATUS_HELP_ID           40
29
30 #define DOWN_SERVERS_HELP_ID            38      // What should this really be?
31
32 #define SUBMOUNTS_HELP_ID                       44
33 #define ADD_SUBMT_HELP_ID                       45
34 #define EDIT_PATH_NAME_HELP_ID          46
35 #define SYMLINK_HELP_ID                 47
36
37 void SetHelpPath(LPCTSTR pszDefaultHelpFilePath);
38 void ShowHelp(HWND hWnd, DWORD nHelpID);
39