CSPLATFORM structure (wtypes.h)

Contains an operating system platform and processor architecture.

Syntax

typedef struct tagCSPLATFORM {
  DWORD dwPlatformId;
  DWORD dwVersionHi;
  DWORD dwVersionLo;
  DWORD dwProcessorArch;
} CSPLATFORM;

Members

dwPlatformId

The operating system platform. See the dwPlatformId member of OSVERSIONINFO.

dwVersionHi

The major version of the operating system.

dwVersionLo

The minor version of the operating system.

dwProcessorArch

The processor architecture. See the wProcessorArchitecture member of SYSTEM_INFO.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Header wtypes.h

See also

QUERYCONTEXT