Mac OS 9
FileViewInformation Struct Reference

#include <FileMapping.h>

Data Fields

ProcessSerialNumber owningProcess
 
LogicalAddress viewBase
 
ByteCount viewLength
 
BackingFileID backingFile
 
UInt64 backingBase
 
FileViewAccess access
 
ByteCount guardLength
 
FileViewOptions options
 

Detailed Description

FileViewInformation

Discussion: Receives the information supplied by GetFileViewInformation. The current version of this struct is kFileViewInformationVersion1.

Field Documentation

◆ access

FileViewAccess FileViewInformation::access

offset into mapped file fork The FileViewAccess.

◆ backingBase

UInt64 FileViewInformation::backingBase

the mapped file fork The offset into mapped file fork.

◆ backingFile

BackingFileID FileViewInformation::backingFile

length of the mapped file view The BackingFileID of the mapped file fork.

◆ guardLength

ByteCount FileViewInformation::guardLength

the FileViewAccess The size of the guard ranges.

◆ options

FileViewOptions FileViewInformation::options

size of the guard ranges The FileViewOptions.

◆ owningProcess

ProcessSerialNumber FileViewInformation::owningProcess

The ProcessSerialNumber of the process that owns this mapped file view.

◆ viewBase

LogicalAddress FileViewInformation::viewBase

owning process The starting address of mapped file view.

◆ viewLength

ByteCount FileViewInformation::viewLength

starting address of mapped file view The length of the mapped file view.


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