#ifndef _NTRTL_H
//
// State isolation
//
typedef enum _STATE_LOCATION_TYPE
{
LocationTypeRegistry,
LocationTypeFileSystem,
LocationTypeMaximum
} STATE_LOCATION_TYPE;
View code on GitHub
This enumeration is documented in Windows Driver Kit.