|
Mac OS 9
|
#include <FileMapping.h>
Data Fields | |
| ProcessSerialNumber | owningProcess |
| FSRef * | ref |
| HFSUniStr255 * | forkName |
| MappingPrivileges | privileges |
| UInt64 | currentSize |
| MappedFileAttributes | attributes |
Discussion: Receives the information supplied by GetMappedFileInformation. The current version of this struct is kMappedFileInformationVersion1.
| MappedFileAttributes MappedFileInformation::attributes |
size in bytes The MappedFileAttributes of the mapped file fork.
| UInt64 MappedFileInformation::currentSize |
mapping privileges The size, in bytes, of the mapped file fork.
| HFSUniStr255* MappedFileInformation::forkName |
pointer to FSRef or NULL A pointer to a HFSUniStr255 where the fork name of the mapped file fork is returned, or NULL if the fork name is not needed.
| ProcessSerialNumber MappedFileInformation::owningProcess |
The ProcessSerialNumber of the process that owns this mapped file fork.
| MappingPrivileges MappedFileInformation::privileges |
pointer to HFSUniStr255 or NULL The MappingPrivileges of the mapped file fork.
| FSRef* MappedFileInformation::ref |