Home Units Hierarchy Routines All identifiers

Class unaMappedFile

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaMappedFile = class(unaMappedMemory)

Description

This is wrapper class for the Windows mapped files mechanism.

Hierarchy

Overview

Methods

Public constructor create(const fileName: wString; access: DWORD = PAGE_READWRITE; doOpen: bool = true; size: int = 0);
Public function ensureSize(value: int64): bool;
Public function openFile(const fileName: wString; access: DWORD = PAGE_READWRITE; size: int = 0): bool;
Protected function open2(access: DWORD = PAGE_READWRITE): bool; override;
Protected procedure close2(); override;

Description

Methods

Public constructor create(const fileName: wString; access: DWORD = PAGE_READWRITE; doOpen: bool = true; size: int = 0);
 
Public function ensureSize(value: int64): bool;
 
Public function openFile(const fileName: wString; access: DWORD = PAGE_READWRITE; size: int = 0): bool;
 
Protected function open2(access: DWORD = PAGE_READWRITE): bool; override;
 
Protected procedure close2(); override;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09