#include <FileIO.h>

Public Member Functions | |
| bool | Open (LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) |
| bool | Open (LPCTSTR fileName) |
| bool | Open (LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) |
| bool | Open (LPCWSTR fileName) |
| bool | ReadPart (void *data, UInt32 size, UInt32 &processedSize) |
| bool | Read (void *data, UInt32 size, UInt32 &processedSize) |
Definition at line 55 of file FileIO.h.
| bool NWindows::NFile::NIO::CInFile::Open | ( | LPCTSTR | fileName, | |
| DWORD | shareMode, | |||
| DWORD | creationDisposition, | |||
| DWORD | flagsAndAttributes | |||
| ) |
Definition at line 119 of file FileIO.cpp.
References NWindows::NFile::NIO::CFileBase::Create().
Referenced by Open().
Definition at line 135 of file FileIO.cpp.
References NWindows::NFile::NIO::CFileBase::_handle, BOOLToBool, NWindows::NFile::NIO::kChunkSizeMax, and NULL.
Referenced by Read().
1.5.6