GENERIC_READ (Constants)
Last changed: 94.229.131.27

.
Summary
Indicates access rights of reading.

C# Constants:

const int GENERIC_READ = 0x80000000;

VB Constants:

Const GENERIC_READ As Integer = &h80000000

Notes:

None.