windows-file-versioning-20030619
[openafs.git] / src / WINNT / afsadmsvr / TaAfsAdmSvrClientNotify.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 TAAFSADMSVRCLIENTNOTIFY_H
11 #define TAAFSADMSVRCLIENTNOTIFY_H
12
13
14 /*
15  * PROTOTYPES _________________________________________________________________
16  *
17  */
18
19 BOOL AddObjectNotification (HWND hNotify, ASID idCell, ASID idObject);
20 void ClearObjectNotifications (HWND hNotify);
21 void TestForNotifications (DWORD idClient, ASID idCell, ASID idObject = 0);
22 void NotifyObjectListeners (ASID idCell, ASID idObject);
23
24 BOOL SetActionNotification (HWND hNotify, BOOL fSet);
25 void NotifyActionListeners (LPASACTION pAction, BOOL fFinished);
26
27
28 #endif // TAAFSADMSVRCLIENTNOTIFY_H
29