CSPLATFORM

The CSPLATFORM structure is used in the PACKAGEINFO and QUERYCONTEXT structures to specify the version of the operating system platform of a class store package.

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

Members

dwPlatformId
Specifies the identifier of the operating system platform. Values are identical to those in the OSVERSIONINFO structure.
dwVersionHi, dwVersionLo
Specifies the version number of the operating system for returning package information. Values are identical to those in the OSVERSIONINFO structure.
dwProcessorArch
Specifies the CPU architecture. Values are identical to those defined for the SYSTEM_INFO structure.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in objidl.h.

See Also

PACKAGEINFO, QUERYCONTEXT