GENERIC_READ
if (((flags & GENERIC_READ) ||
if (((flags & GENERIC_READ) ||
GENERIC_EXECUTE | GENERIC_READ);
desired_access |= GENERIC_READ; /* is this too little? */
desired_access |= GENERIC_READ;
desired_access &= ~GENERIC_READ;
return flags | GENERIC_READ;
(GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE);
return flags | GENERIC_READ | GENERIC_WRITE;
.desired_access = GENERIC_READ,
.desired_access = GENERIC_READ,
.desired_access = GENERIC_READ,
!(oparms->desired_access & GENERIC_READ) &&
oparms.desired_access = GENERIC_READ;
if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS))