2 * Copyright 2000, International Business Machines Corporation and others.
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
15 * DEFINITIONS ________________________________________________________________
19 #define perDEFAULT_AGGFULL_WARNING 90
20 #define perDEFAULT_SETFULL_WARNING 75
22 #define fDEFAULT_SVCSTOP_WARNING TRUE
26 * PROTOTYPES _________________________________________________________________
30 void Server_ShowPopupMenu (HWND hList
, POINT ptList
, POINT ptScreen
);
31 void Server_ShowParticularPopupMenu (HWND hParent
, POINT ptScreen
, LPIDENT lpiServer
);
33 PVOID
Server_LoadPreferences (LPIDENT lpiServer
);
34 BOOL
Server_SavePreferences (LPIDENT lpiServer
);