GENERIC_WRITE (Constants)
Last changed: 94.229.131.27

.
Summary
Indicates access rights of writing.

C# Constants:

const int GENERIC_WRITE = 0x40000000;

VB Constants:

Const GENERIC_WRITE As Integer = &h40000000

Notes:

None.