Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages
csMemMapInfo Struct Reference
Windows specific memory-mapped I/O stuff. More...
#include <csutil/win32/csosdefs.h>
Public Attributes | |
| HANDLE | hMappedFile |
| Handle to the mapped file. | |
| HANDLE | hFileMapping |
| Handle to the mapping. | |
| bool | close |
| Whether to close the handles. | |
| unsigned char * | data |
| Base pointer to the data. | |
| unsigned int | file_size |
| File size. | |
Detailed Description
Windows specific memory-mapped I/O stuff.
Definition at line 275 of file csosdefs.h.
Member Data Documentation
|
|
Whether to close the handles.
Definition at line 284 of file csosdefs.h. |
|
|
Base pointer to the data.
Definition at line 287 of file csosdefs.h. |
|
|
File size.
Definition at line 290 of file csosdefs.h. |
|
|
Handle to the mapping.
Definition at line 281 of file csosdefs.h. |
|
|
Handle to the mapped file.
Definition at line 278 of file csosdefs.h. |
The documentation for this struct was generated from the following file:
- csutil/win32/csosdefs.h
Generated for Crystal Space by doxygen 1.3.9.1
