JCL Help:TJclCustomFileMapping.RoundViewOffset

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Rounding used when creating view objects.


Pascal

 public property RoundViewOffset: TJclFileMappingRoundOffset;


Description

A filemapping view must be created with its offset being a multiple of the systems' memory allocation granularity (usually 64K). Additionally, when you use the AddAt method, the specified base address must also be a multiple of the allocation granularity. The RoundViewOffset determines how the TJclFileMappingView class rounds the supplied offset and/or base address values when these conditions are not met. You can have the class automatically round upwards or downwards.


About

Donator

Wim De Cleen


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page