RAPI_DEVICEINFO

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
    A RAPIDEVICEID that uniquely identifies the device.
  • 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, "PocketPC" or "SmartPhone".

Requirements

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: Rapitypes2.h

See Also

Remote API Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.