Windows Media Player 11 SDK IWMPPlayerServices2::setBackgroundProcessingPriority 

Windows Media Player SDK banner art

Previous Next

IWMPPlayerServices2::setBackgroundProcessingPriority

The setBackgroundProcessingPriority method specifies a priority level for general background processing tasks.

Syntax

  

Parameters

bstrPriority

[in]  BSTR containing one of the following values: "High", "Normal", "Off", or "Urgent".

Return Values

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

Value Description
S_OK The method succeeded.

Remarks

This method is used only when remoting the Windows Media Player control.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player 10 or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next