DEVINFO

This structure is used to store information about a device.

At a Glance

Header file: Cesync.h
Windows CE versions: 2.0 and later

Syntax

typedef struct tagDevInfo {
DWORD pid;
char szName[ MAX_PATH];
char szType[ 80 ];
char szPath[ MAX_PATH ]
} DEVINFO, *PDEVINFO;

Members

pid

Pointer to the device identifier.

szName

Null-terminated string that contains the name of the device.

szType

Null-terminated string that contains the type of the device.

szPath

Null-terminated string that contains the path of the device.