DEVINFO
A version of this page is also available for
4/8/2010
This structure contains information about a device.
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[MAX_PATH]
Null-terminated string that contains the name of the device.
- szType[80]
Null-terminated string that contains the type of the device.
- szPath[MAX_PATH]
Null-terminated string that contains the path of the device.
Requirements
Header | cesync.h |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |