Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
Windows Mobile Supported Windows Embedded CE Supported
4/14/2010

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