RAPI_DEVICEINFO
A version of this page is also available for
4/8/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.On Windows Mobile devices, this information can be found in Settings > About > Device ID > Device 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 |
Windows Mobile | Pocket PC for Windows Mobile Version 5.0 and later, Smartphone for Windows Mobile Version 5.0 and later |