|
HDK
|
#include "SYS_API.h"
Include dependency graph for SYS_Handle.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| union | SYS_Handle |
Macros | |
| #define | SYS_INVALID_HANDLE SYS_WinHandle(-1) |
Typedefs | |
| typedef void * | SYS_WinHandle |
| typedef int | SYS_UnixHandle |
Functions | |
| SYS_API void | SYShandleClose (SYS_Handle &handle) |
| Closes the file if it's valid and invalidates it. More... | |
| #define SYS_INVALID_HANDLE SYS_WinHandle(-1) |
Definition at line 24 of file SYS_Handle.h.
| typedef int SYS_UnixHandle |
Definition at line 20 of file SYS_Handle.h.
| typedef void* SYS_WinHandle |
Definition at line 19 of file SYS_Handle.h.
| SYS_API void SYShandleClose | ( | SYS_Handle & | handle | ) |
Closes the file if it's valid and invalidates it.