DEVDETAIL (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.