CSPLATFORM structure
Defines an operating system platform and process architecture.
Syntax
typedef struct tagCSPLATFORM {
dwContext;
dwVersionHi;
dwVersionLo;
dwProcessorArch;
} CSPLATFORM;
Members
dwContext
The operating system platform (VER_PLATFORM_WIN32_NT).dwVersionHi
The major version of the operating system.dwVersionLo
The minor version of the operating system.dwProcessorArch
The processor architecture.Value Meaning PROCESSOR_ARCHITECTURE_AMD64 9 x64 (AMD or Intel)
PROCESSOR_ARCHITECTURE_IA64 6 Intel Itanium-based
PROCESSOR_ARCHITECTURE_INTEL 0 x86
PROCESSOR_ARCHITECTURE_UNKNOWN 0xffff Unknown processor.
Requirements
Header |
Wtypes.h |
IDL |
Wtypes.idl |