Windows Media Player 11 SDK IWMPPlayer::put_enableContextMenu 

Windows Media Player SDK banner art

Previous Next

IWMPPlayer::put_enableContextMenu

The put_enableContextMenu method specifies a value indicating whether to enable the context menu, which appears when the right mouse button is clicked.

Syntax

  HRESULT put_enableContextMenu(
  VARIANT_BOOL  bEnableContextMenu
);

Parameters

bEnableContextMenu

VARIANT_BOOL that indicates whether to the enable context menu. The default is TRUE.

Return Values

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

During full-screen playback, Windows Media Player hides the mouse cursor when the VARIANT_BOOL retrieved by IWMPPlayer::get_enableContextMenu equals FALSE and the BSTR retrieved by IWMPPlayer::get_uiMode equals "none".

Windows Media Player 10 Mobile: This method always returns E_INVALIDARG.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next