包资源索引 (PRI) 参考
一组通过资源索引器创建 PRI 文件的 API。 PRI 文件由打包和解压缩的应用用于在运行时查找资源(如字符串或图像文件)。
这些 API 用于创建生成工具,这些工具执行与 Windows SDK MakePri 工具和 Visual Studio MSIX 项目类似的功能。 它们不打算由应用程序本身使用;在运行时,应用程序应使用 Windows.ApplicationModel.Resources(适用于 UWP 应用)或 Microsoft.Windows.ApplicationModel.Resources(适用于 WinApp SDK 应用)来解析资源。
有关如何使用这些 API 的详细信息和基于方案的演练,请参阅包资源索引 (PRI) API 和自定义生成系统。
本节内容
Conceptual
函数
- MrmCreateConfig 函数
- MrmCreateConfigInMemory 函数
- MrmCreateResourceFile 函数
- MrmCreateResourceFileInMemory 函数
- MrmCreateResourceIndexer 函数
- MrmCreateResourceIndexerFromPreviousPriData 函数
- MrmCreateResourceIndexerFromPreviousPriFile 函数
- MrmCreateResourceIndexerFromPreviousSchemaData 函数
- MrmCreateResourceIndexerFromPreviousSchemaFile 函数
- MrmDestroyIndexerAndMessages 函数
- MrmDumpPriFile 函数
- MrmDumpPriFileInMemory 函数
- MrmDumpPriDataInMemory 函数
- MrmFreeMemory 函数
- MrmIndexEmbeddedData 函数
- MrmIndexFile 函数
- MrmIndexFileAutoQualifiers 函数
- MrmIndexResourceContainerAutoQualifiers 函数
- MrmIndexString 函数
- MrmPeekResourceIndexerMessages 函数
结构
枚举
- MrmDumpType 枚举
- MrmPackagingMode 枚举
- MrmPackagingOptions 枚举
- MrmPlatformVersion 枚举
- MrmResourceIndexerMessageSeverity 枚举