REG_IMMUTABLE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTREGAPI_H

#define REG_IMMUTABLE                   (0x00004000L)   // Load the hive, but don't allow any modification of it

#endif

View code on GitHub

No description available.