MrmPackagingMode 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 what kind of PRI file(s) should be created by MrmCreateResourceFile and MrmCreateResourceFileInMemory. 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 _MrmPackagingMode { 
  MrmPackagingModeStandaloneFile  = 0,
  MrmPackagingModeAutoSplit       = 1,
  MrmPackagingModeResourcePack    = 2
} MrmPackagingMode;

Constants

MrmPackagingModeStandaloneFile

Specifies that a single PRI file should be created.

MrmPackagingModeAutoSplit

Specifies that multiple PRI files should be created; split automatically by all supported qualifiers (specifically, language and scale).

MrmPackagingModeResourcePack

Specifies that an add-on satellite PRI file should be created.

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