MrmGetQualifier function (mrm.h)

Gets a qualifier value.

Syntax

HRESULT MrmGetQualifier(
  MrmContextHandle resourceContext,
  PCWSTR           qualifierName,
  PWSTR            *qualifierValue
);

Parameters

resourceContext

The ResourceContext that contains the value.

qualifierName

The name of the value.

qualifierValue

Contains the qualifier value 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

See also