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