GENERIC_READ top-level constant

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

Specifies access control suitable for reading the object.

Implementation

@Deprecated('Use GENERIC_ACCESS_RIGHTS.GENERIC_READ instead')
const GENERIC_READ = 0x80000000;