Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / client_exp / help.h
1 /*
2  * Copyright (C) 1997  Transarc Corporation.
3  * All rights reserved.
4  *
5  */
6
7
8 #define HELPFILE_NATIVE "afs-nt.hlp"
9 #define HELPFILE_LIGHT  "afs-light.hlp"
10
11 #define HELPTYPE        HELP_CONTEXT
12
13 #define AUTHENTICATION_HELP_ID          16
14 #define GET_TOKENS_HELP_ID                      17
15 #define DISCARD_TOKENS_HELP_ID          18
16 #define SET_AFS_ACL_HELP_ID                     19
17 #define ADD_ACL_ENTRY_HELP_ID           20              
18 #define COPY_ACL_HELP_ID                        21
19 #define VOLUME_INFO_HELP_ID                     27
20 #define PARTITION_INFO_HELP_ID          28
21 #define MOUNT_POINTS_HELP_ID            33
22 #define REMOVE_MOUNT_POINTS_HELP_ID     34
23 #define MAKE_MOUNT_POINT_HELP_ID        35
24 #define SHOW_FILE_SERVERS_HELP_ID       38
25 #define SHOW_CELL_HELP_ID                       39
26 #define SERVER_STATUS_HELP_ID           40
27
28 #define DOWN_SERVERS_HELP_ID            38      // What should this really be?
29
30 #define SUBMOUNTS_HELP_ID                       44
31 #define ADD_SUBMT_HELP_ID                       45
32 #define EDIT_PATH_NAME_HELP_ID          46
33
34 void SetHelpPath(const char *pszDefaultHelpFilePath);
35 void ShowHelp(HWND hWnd, DWORD nHelpID);
36