Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
This structure specifies the OS and processor architecture for a target device.
In Windows Embedded CE 6.0, CoreCon HLAPI has been deprecated.
Syntax
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
| Header | cccommon.idl |
| Windows Embedded CE | Windows CE 5.0 |