GENERIC_READ (Constants)
Last changed: 94.229.131.27

.
Summary
Specify access rights of reading.

C# Constants:

const int GENERIC_READ = -1;

VB Constants:

Public GENERIC_READ As Integer = &h80000000

Notes:

None.