DEVPROPKEY structure
Describes a key for a device property.
Syntax
typedef struct _DEVPROPKEY {
DEVPROPGUID fmtid;
DEVPROPID pid;
} DEVPROPKEY, *PDEVPROPKEY;
Members
fmtid
A globally unique ID (GUID) for the device property.typedef GUID DEVPROPGUID, *PDEVPROPGUID;pid
A value that identifies the device property.typedef ULONG DEVPROPID, *PDEVPROPID;
Requirements
Header |
Devpropdef.h (include Swdevice.h) |
See also