GENERIC_WRITE top-level constant

  1. @Deprecated('Use GENERIC_ACCESS_RIGHTS.GENERIC_WRITE instead')
int const GENERIC_WRITE

Specifies access control suitable for updating attributes on the object.

Implementation

@Deprecated('Use GENERIC_ACCESS_RIGHTS.GENERIC_WRITE instead')
const GENERIC_WRITE = 0x40000000;