DEVINFO (Windows CE 5.0)
This structure contains information about a device.
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
OS Versions: Windows CE 1.0 and later.
Header: Cesync.h.
See Also
Send Feedback on this topic to the authors