findlanabyname-20040228
[openafs.git] / src / WINNT / afssvrmgr / svr_general.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 #ifndef SVR_GENERAL_H
11 #define SVR_GENERAL_H
12
13
14 /*
15  * DEFINITIONS ________________________________________________________________
16  *
17  */
18
19 #define perDEFAULT_AGGFULL_WARNING   90
20 #define perDEFAULT_SETFULL_WARNING   75
21
22 #define fDEFAULT_SVCSTOP_WARNING   TRUE
23
24
25 /*
26  * PROTOTYPES _________________________________________________________________
27  *
28  */
29
30 void Server_ShowPopupMenu (HWND hList, POINT ptList, POINT ptScreen);
31 void Server_ShowParticularPopupMenu (HWND hParent, POINT ptScreen, LPIDENT lpiServer);
32
33 PVOID Server_LoadPreferences (LPIDENT lpiServer);
34 BOOL Server_SavePreferences (LPIDENT lpiServer);
35
36
37 #endif
38