Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afssvrmgr / general.h
1 #ifndef GENERAL_H
2 #define GENERAL_H
3
4
5 /*
6  * PROTOTYPES _________________________________________________________________
7  *
8  */
9
10 /*
11  *** InterlockedIncrementByWindow
12  *** InterlockedDecrementByWindow
13  *
14  * Associates a zero-initialized LONG with an HWND, and calls Interlocked*()
15  * on that LONG.
16  *
17  */
18
19 LONG InterlockedIncrementByWindow (HWND hWnd);
20 LONG InterlockedDecrementByWindow (HWND hWnd);
21
22
23 #endif
24