DEVDETAIL (Compact 2013)
3/26/2014
This structure contains information about a device and one of its interfaces.
Syntax
typedef struct {
GUID guidDevClass;
DWORD dwReserved;
BOOL fAttached;
int cbName;
TCHAR szName[1];
} DEVDETAIL, *PDEVDETAIL;
Members
- guidDevClass
Device interface identifier for this notification.
- dwReserved
Do not use.
- fAttached
TRUE if the device interface is present, otherwise, FALSE.
- cbName
Byte count of the interface name.
- szName
Beginning of the name of the interface.
Requirements
Header |
pnp.h |