RAPI_DEVICEINFO (Windows Embedded CE 6.0)
1/6/2010
This structure contrains information that identifies a particular Windows Embedded CE device.
Syntax
typedef struct {
RAPIDEVICEID DeviceId;
DWORD dwOsVersionMajor;
DWORD dwOsVersionMinor;
BSTR bstrName;
BSTR bstrPlatform;
} RAPI_DEVICEINFO;
Members
- DeviceId
A RAPIDEVICEID that uniquely identifies the device.
- dwOsVersionMajor
The major version number of the operating system running on the device. For example, 5.1.
- dwOsVersionMinor
The minor version number of the operating system running on the device. For example, 5.1.
- bstrName
The device's ID Name.
- bstrPlatform
The device's platform name. For example, "PocketPC" or "Smartphone".
Requirements
Header | rapitypes2.h |
Windows Embedded CE | Windows Embedded CE 6.0 and later |