Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afsadmsvr / TaAfsAdmSvrProperties.h
blobee57fd728c298c56a6c7dfd456536701e428e9a4
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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 */
10 #ifndef TAAFSADMSVRPROPERTIES_H
11 #define TAAFSADMSVRPROPERTIES_H
15 * INCLUSIONS _________________________________________________________________
19 #include <WINNT/TaAfsAdmSvr.h>
23 * PROTOTYPES _________________________________________________________________
27 BOOL CALLBACK AfsAdmSvr_NotifyCallback (NOTIFYEVENT evt, PNOTIFYPARAMS pParams);
29 void AfsAdmSvr_ObtainRudimentaryProperties (LPASOBJPROP pProperties);
30 BOOL AfsAdmSvr_ObtainFullProperties (LPASOBJPROP pProperties, ULONG *pStatus = NULL);
32 LPASOBJPROP AfsAdmSvr_GetCurrentProperties (ASID idObject, ULONG *pStatus = NULL);
33 BOOL AfsAdmSvr_InvalidateObjectProperties (ASID idObject, ULONG *pStatus = NULL);
34 void AfsAdmSvr_TestProperties (ASID idObject);
36 void AfsAdmSvr_SetCellRefreshRate (ASID idCell, ULONG cminRefreshRate);
37 void AfsAdmSvr_StopCellRefreshThread (ASID idCell);
38 void AfsAdmSvr_MarkRefreshThread (ASID idCell);
41 #endif // TAAFSADMSVRPROPERTIES_H