Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
LocationTypeRegistryThe device and driver files are stored in the registry. |
LocationTypeFileSystemThe device and driver files are stored in the file system. |
LocationTypeMaximumReserved. |
Requirements
| Requirement | Value |
|---|---|
| Header | ntddk.h |