FILE_SHARE_READ (Constants)
Last changed: 94.229.131.27

.
Summary
TODO - a short description of this collection of constants

C# Constants:

const int FILE_SHARE_READ = 1;

VB Constants:

Const FILE_SHARE_READ As Integer = 1

Notes:

None.