|
Mac OS 9
|
#include <FileMapping.h>
Data Fields | |
| ProcessSerialNumber | owningProcess |
| LogicalAddress | viewBase |
| ByteCount | viewLength |
| BackingFileID | backingFile |
| UInt64 | backingBase |
| FileViewAccess | access |
| ByteCount | guardLength |
| FileViewOptions | options |
Discussion: Receives the information supplied by GetFileViewInformation. The current version of this struct is kFileViewInformationVersion1.
| FileViewAccess FileViewInformation::access |
offset into mapped file fork The FileViewAccess.
| UInt64 FileViewInformation::backingBase |
the mapped file fork The offset into mapped file fork.
| BackingFileID FileViewInformation::backingFile |
length of the mapped file view The BackingFileID of the mapped file fork.
| ByteCount FileViewInformation::guardLength |
the FileViewAccess The size of the guard ranges.
| FileViewOptions FileViewInformation::options |
size of the guard ranges The FileViewOptions.
| ProcessSerialNumber FileViewInformation::owningProcess |
The ProcessSerialNumber of the process that owns this mapped file view.
| LogicalAddress FileViewInformation::viewBase |
owning process The starting address of mapped file view.
| ByteCount FileViewInformation::viewLength |
starting address of mapped file view The length of the mapped file view.