DIRECTORY_QUERY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTOBAPI_H
//
// Directory Object Specific Access Rights
//
#ifndef DIRECTORY_QUERY

#define DIRECTORY_QUERY 0x0001

#endif
#endif

View code on GitHub

No description available.