// devpropdef.h
typedef struct _DEVPROPCOMPKEY {
DEVPROPKEY Key;
DEVPROPSTORE Store;
PCWSTR LocaleName;
} DEVPROPCOMPKEY, *PDEVPROPCOMPKEY;
View the official Windows hardware development documentationNo description available.
Describes a compound key for a device property.
Key
A DEVPROPKEY structure that represents a key for a property.
Store
A DEVPROPSTORE-typed value that indicates the property store. Here are possible values:
| Value | Meaning |
|---|---|
| DEVPROP_STORE_SYSTEM | This value indicates to use the system wide property store. |
| DEVPROP_STORE_USER | This value indicates to use a property store specific to the current user. |
LocaleName
A string for the property's locale name.
| Header | Devpropdef.h |