MrmFreeResource function (mrm.h)

Frees a buffer that was allocated with MrmAllocateBuffer.

Syntax

void MrmFreeResource(
  void *resource
);

Parameters

resource

The resource buffer which will be freed.

Return value

None

Remarks

Do not use this method to free arrays of names or values, such as those created by MrmGetAllQualifierNames. For these types of arrays, use MrmFreeQualifierNamesOrValues instead.

Requirements

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

See also