MrmGetChildResourceMap function (mrm.h)

Gets the child resource map.

Syntax

HRESULT MrmGetChildResourceMap(
  MrmManagerHandle resourceManager,
  MrmMapHandle     resourceMap,
  PCWSTR           childResourceMapName,
  MrmMapHandle     *childResourceMap
);

Parameters

resourceManager

The ResourceManager that contains the child ResourceMap.

resourceMap

The parent ResourceMap.

childResourceMapName

The name of the child ResourceMap.

childResourceMap

Will contain the child ResourceMap if the call was successful.

Return value

HRESULT that indicates the result of the operation.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809 (with Windows App SDK 0.5 or later)
Header mrm.h