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:

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.

Requirements

Header

Devpropdef.h

See also

DEVPROPERTY