RAPI_DEVICEINFO (RAPI) (Windows CE 5.0)

Send Feedback

This structure contrains information that identifies a particular Windows CE device.

typedef struct {RAPIDEVICEID DeviceId;DWORD dwOsVersionMajor;DWORD dwOsVersionMinor;BSTR bstrName;BSTR bstrPlatform;} RAPI_DEVICEINFO;

Members

  • DeviceId
    The Device ID information. This consists of the Device Name and Description.

Note   On Windows Mobile-based devices, this information can be found in Settings > About > Device ID.

  • dwOsVersionMajor
    The major version number of the operating system running on the Windows Mobile-based device. For example, 5.1.
  • dwOsVersionMinor
    The minor version number of the operating system running on the Windows Mobile-based device. For example, 5.1.
  • bstrName
    The device's ID Name.

Note   On Windows Mobile-based devices, this information can be found in Settings > About > Device ID > Device Name.

  • bstrPlatform
    The device's platform name. For example, Microsoft Windows Mobile 2005.

Requirements

OS Versions: Windows CE 5.0 and later
Header: rapitypes.h
Library: rapi.lib

See Also

RAPI Structures | RAPI_DEVICE_PLATFORM (RAPI)

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.