다음을 통해 공유


SystemInfo (Windows CE 5.0)

Send Feedback

This structure specifies the OS and processor architecture for a target device.

typedef struct tagPlatformInfo{  DWORD m_OSMajor;  DWORD m_OSMinor;  DWORD m_BuildNo;  DWORD m_ProcessorArchitecture;  DWORD m_InstructionSet;} SystemInfo;

Members

  • m_OSMajor
    Major version of the OS.
  • m_OSMinor
    Minor version of the OS.
  • m_BuildNo
    OS build number.
  • m_ProcessorArchitecture
    Target architecture for this target device.
  • m_InstructionSet
    Instruction set for this target device.

Requirements

OS Versions: Windows CE 5.0.
Header: cccommon.idl.

See Also

Core Connectivity Structures

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.