DEVPROPCOMPKEY - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// devpropdef.h

typedef struct _DEVPROPCOMPKEY {
  DEVPROPKEY   Key;
  DEVPROPSTORE Store;
  PCWSTR       LocaleName;
} DEVPROPCOMPKEY, *PDEVPROPCOMPKEY;
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (devpropcompkey)

DEVPROPCOMPKEY structure

Describes a compound key for a device property.

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