OEM string

How do you retrive the OEM string on a PocketPC in C++ unmanaged.
I am trying to determine what device our application is running on so that we can choose the most appropiate buttom codes for that device.

Thanks


Answer this question

OEM string

  • Gogula

    You can call SystemParametersInfo(SPI_GETOEMINFO, ...)

  • OEM string