windows-aklog-cleanup-20080321
[openafs.git] / src / WINNT / afsadmsvr / TaAfsAdmSvrProperties.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 TAAFSADMSVRPROPERTIES_H
11 #define TAAFSADMSVRPROPERTIES_H
12
13
14 /*
15  * INCLUSIONS _________________________________________________________________
16  *
17  */
18
19 #include <WINNT/TaAfsAdmSvr.h>
20
21
22 /*
23  * PROTOTYPES _________________________________________________________________
24  *
25  */
26
27 BOOL CALLBACK AfsAdmSvr_NotifyCallback (NOTIFYEVENT evt, PNOTIFYPARAMS pParams);
28
29 void AfsAdmSvr_ObtainRudimentaryProperties (LPASOBJPROP pProperties);
30 BOOL AfsAdmSvr_ObtainFullProperties (LPASOBJPROP pProperties, ULONG *pStatus = NULL);
31
32 LPASOBJPROP AfsAdmSvr_GetCurrentProperties (ASID idObject, ULONG *pStatus = NULL);
33 BOOL AfsAdmSvr_InvalidateObjectProperties (ASID idObject, ULONG *pStatus = NULL);
34 void AfsAdmSvr_TestProperties (ASID idObject);
35
36 void AfsAdmSvr_SetCellRefreshRate (ASID idCell, ULONG cminRefreshRate);
37 void AfsAdmSvr_StopCellRefreshThread (ASID idCell);
38 void AfsAdmSvr_MarkRefreshThread (ASID idCell);
39
40
41 #endif // TAAFSADMSVRPROPERTIES_H