GENERIC_READ (Constants)
Last changed: -40.133.58.253

.
Summary
Indicates access rights of reading.

C# Constants:

const uint GENERIC_READ = 0x80000000;

VB Constants:

Const GENERIC_READ As Integer = &h80000000

Notes:

None.