Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |