Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
Send Feedback on this topic to the authors