[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Storage.NativeFileShare

Enum NativeFileShare

Namespace
GrapeCity.Documents.DX.Storage
Assembly
GcDocs.DX.Windows.dll

Native file share.

[Flags]
public enum NativeFileShare

Fields

Delete = 4

Enables subsequent open operations on an object to request delete access. Otherwise, other processes cannot open the object if they request delete access. If this flag is not specified, but the object has been opened for delete access, the function fails.

None = 0

None flag.

Read = 1

Enables subsequent open operations on an object to request read access. Otherwise, other processes cannot open the object if they request read access. If this flag is not specified, but the object has been opened for read access, the function fails.

ReadWrite = Read | Write

Read and Write flags.

Write = 2

Enables subsequent open operations on an object to request write access. Otherwise, other processes cannot open the object if they request write access. If this flag is not specified, but the object has been opened for write access, the function fails.