4#include <system/enum_helpers.h>
5#include <system/details/enum_meta_info.h>
7namespace System {
namespace IO {
30DECLARE_USING_GLOBAL_OPERATORS
38struct EnumMetaInfo<
System::IO::FileShare>
41 static ASPOSECPP_SHARED_API
const std::array<std::pair<System::IO::FileShare, const char16_t*>, 6>& values();
FileShare
Specifies what kind of access other FileStream objects can have to a file being opened.
Definition: file_share.h:11
@ Inheritable
Makes file handle inheritable by child processes.
@ Delete
The file can be deleted.
Definition: db_command.h:9