MrmCreateResourceManager function (mrm.h)
Creates a new ResourceManager.
Syntax
HRESULT MrmCreateResourceManager(
PCWSTR priFileName,
MrmManagerHandle *resourceManager
);
Parameters
priFileName
The filename of the resource file the new ResourceManager will use.
resourceManager
Contains the created ResourceManager if the call was successful.
Return value
HRESULT that indicates the result of the operation.
Remarks
ResourceManager must be freed with MrmDestroyResourceManager.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 (with Windows App SDK 0.5 or later) |
Header | mrm.h |