Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure contains information about a device and one of its interfaces.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Pnp.h.
Send Feedback on this topic to the authors