My Project
Public Member Functions | Public Attributes | List of all members
ParaEngine::FileHandle Struct Reference

a file handle in a Archive More...

#include <FileHandle.h>

Public Member Functions

 FileHandle (HANDLE handle)
 
bool IsValid ()
 

Public Attributes

union {
   HANDLE   m_handle
 
   DWORD   m_index
 
   FILE *   m_pFile
 
   void *   m_pVoidPtr
 
}; 
 
CArchivem_pArchive
 

Detailed Description

a file handle in a Archive


The documentation for this struct was generated from the following files: