CrystalSpace

Public API Reference

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>

List of all members.

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

bool csMemMapInfo::close
 

Whether to close the handles.

Definition at line 284 of file csosdefs.h.

unsigned char* csMemMapInfo::data
 

Base pointer to the data.

Definition at line 287 of file csosdefs.h.

unsigned int csMemMapInfo::file_size
 

File size.

Definition at line 290 of file csosdefs.h.

HANDLE csMemMapInfo::hFileMapping
 

Handle to the mapping.

Definition at line 281 of file csosdefs.h.

HANDLE csMemMapInfo::hMappedFile
 

Handle to the mapped file.

Definition at line 278 of file csosdefs.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1