MrmPlatformVersion enumeration

Defines constants that specify the target platform version for a PRI file. The target platform version is the minimum version of Windows that the file can be used with. In most cases, you should just use the value MrmPlatformVersion_Windows10_0_0_5 unless you need to run on older releases of Windows.

Syntax

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

Constants

MrmPlatformVersion_Default

The PRI file is supported on the default platform version, which is currently the same as 10.0.0.0.

MrmPlatformVersion_Windows10_0_0_0

The PRI file is supported on the initial release of Windows 10 (build 10240) and above.

MrmPlatformVersion_Windows10_0_0_5

The PRI file is supported on the 1809 release of Windows 10 (build 17763) and above. Most callers should specify this value.

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

MrmCreateResourceIndexer

MrmCreateResourceIndexerFromPreviousPriData

MrmCreateResourceIndexerFromPreviousPriFile

MrmCreateResourceIndexerFromPreviousSchemaData

MrmCreateResourceIndexerFromPreviousSchemaFile

Package resource indexing (PRI) APIs and custom build systems