DEVDETAIL

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/28/2008

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
Windows Embedded CE Windows CE .NET 4.0 and later
Windows Mobile Windows Mobile Version 5.0 and later