Ring1_FileSystem_ExistingFilePolicy
An enumeration of policies for handling the situation in which an existing file is opened.
typedef Ring1_FileSystem_ExistingFilePolicy {
...
} Ring1_FileSystem_ExistingFilePolicy;
An enumeration of policies for handling the situation in which an existing file is opened.
Enumeration Elements
Ring1_FileSystem_ExistingFilePolicy_Retain
- Retain the file.
Ring1_FileSystem_ExistingFilePolic_Truncate
- Truncate the file.