IMFAudioPolicy::SetDisplayName method (mfidl.h)

Sets the display name of the audio session. The Windows volume control displays this name.

Syntax

HRESULT SetDisplayName(
  [in] LPCWSTR pszName
);

Parameters

[in] pszName

A null-terminated wide-character string that contains the display name.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Remarks

If the application does not set a display name, Windows creates one.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header mfidl.h
Library Mfuuid.lib

See also

IMFAudioPolicy

Streaming Audio Renderer