DEVPROPCOMPKEY structure
Describes a compound key for a device property.
Syntax
typedef struct _DEVPROPCOMPKEY {
DEVPROPKEY Key;
DEVPROPSTORE Store;
PCWSTR LocaleName;
} DEVPROPCOMPKEY, *PDEVPROPCOMPKEY;
Members
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:
DEVPROP_STORE_SYSTEM
DEVPROP_STORE_USER
LocaleName
A string for the property's locale name.
Requirements
Header |
Devpropdef.h (include Swdevice.h) |
See also