OBJECT_TYPE_CREATE - NtDoc

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

#define OBJECT_TYPE_CREATE 0x0001

#endif
#endif

View code on GitHub

No description available.