2004-01-07 Martin Baulig <martin@ximian.com>
[mono.git] / mono / io-layer / handles.h
1 /*
2  * handles.h:  Generic operations on handles
3  *
4  * Author:
5  *      Dick Porter (dick@ximian.com)
6  *
7  * (C) 2002 Ximian, Inc.
8  */
9
10 #ifndef _WAPI_HANDLES_H_
11 #define _WAPI_HANDLES_H_
12
13 #define INVALID_HANDLE_VALUE (gpointer)-1
14
15 extern gboolean CloseHandle(gpointer handle);
16
17 #endif /* _WAPI_HANDLES_H_ */