Searched refs:ObpAccessProtectCloseBit (Results 1 – 3 of 3) sorted by relevance
732 if ((HandleEntry->GrantedAccess & ObpAccessProtectCloseBit) && in ObpCloseHandleTableEntry()1888 HandleTableEntry->GrantedAccess |= ObpAccessProtectCloseBit; in ObpSetHandleAttributes()1893 HandleTableEntry->GrantedAccess &= ~ObpAccessProtectCloseBit; in ObpSetHandleAttributes()2452 NewHandleEntry.GrantedAccess |= ObpAccessProtectCloseBit; in ObDuplicateObject()
259 GrantedAccess = HandleEntry->GrantedAccess & ~ObpAccessProtectCloseBit; in ObReferenceFileObjectForWrite()
59 #define ObpAccessProtectCloseBit 0x02000000L macro