Description | Hierarchy | Fields | Methods | Properties |
type unaMappedFile = class(unaMappedMemory)
This is wrapper class for the Windows mapped files mechanism.
constructor create(const fileName: wString; access: DWORD = PAGE_READWRITE; doOpen: bool = true; size: int = 0); |
|
function ensureSize(value: int64): bool; |
|
function openFile(const fileName: wString; access: DWORD = PAGE_READWRITE; size: int = 0): bool; |
|
function open2(access: DWORD = PAGE_READWRITE): bool; override; |
|
procedure close2(); override; |
constructor create(const fileName: wString; access: DWORD = PAGE_READWRITE; doOpen: bool = true; size: int = 0); |
|
function ensureSize(value: int64): bool; |
|
function openFile(const fileName: wString; access: DWORD = PAGE_READWRITE; size: int = 0): bool; |
|
function open2(access: DWORD = PAGE_READWRITE): bool; override; |
|
procedure close2(); override; |
|
(c) 2012 Lake of Soft