STATE_LOCATION_TYPE enumeration (ntddk.h)

Defines values for persisted state locations for device and driver files. This enumeration is used by RtlGetPersistedStateLocation.

Syntax

typedef enum _STATE_LOCATION_TYPE {
  LocationTypeRegistry,
  LocationTypeFileSystem,
  LocationTypeMaximum
} STATE_LOCATION_TYPE;

Constants

 
LocationTypeRegistry
The device and driver files are stored in the registry.
LocationTypeFileSystem
The device and driver files are stored in the file system.
LocationTypeMaximum
Reserved.

Requirements

Requirement Value
Header ntddk.h

See also

RtlGetPersistedStateLocation