MrmPlatformVersion enumeration

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Defines constants that specify a platform version. For more info, and scenario-based walkthroughs of how to use these APIs, see Package resource indexing (PRI) APIs and custom build systems.

Syntax

typedef enum _MrmPlatformVersion { 
  MrmPlatformVersion_Default          = 0,
  MrmPlatformVersion_Windows10_0_0_0  = 0x010A0000,
  MrmPlatformVersion_Windows10_0_0_5  = 0x010A0005
} MrmPlatformVersion;

Constants

MrmPlatformVersion_Default

Specifies that the platform version is the default.

MrmPlatformVersion_Windows10_0_0_0

Specifies a platform version of Windows 10.0.0.0.

MrmPlatformVersion_Windows10_0_0_5

Specifies a platform version of Windows 10.0.0.5.

Requirements

Requirement Value
Minimum supported client
Windows 10, version 1803 [desktop apps only]
Minimum supported server
Windows Server [desktop apps only]
Header
MrmResourceIndexer.h

See also

Package resource indexing (PRI) APIs and custom build systems