Ring1_FileSystem_NonExistingFilePolicy
An enumeration of policies for handling the situation in which a non-existing file is opened.
typedef Ring1_FileSystem_NonExistingFilePolicy {
...
} Ring1_FileSystem_NonExistingFilePolicy;
An enumeration of policies for handling the situation in which a non-existing file is opened.
Enumeration Elements
Ring1_FileSystem_NonExistingFilePolicy_Fail
- Fail if the file does not exist.
Ring1_FileSystem_NonExistingFilePolic_Create
- Create the file if it does not exist.