Windows Media Player 11 SDK IWMPPlayer::get_enableContextMenu 

Windows Media Player SDK banner art

Previous Next

IWMPPlayer::get_enableContextMenu

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

Syntax

  HRESULT get_enableContextMenu(
  VARIANT_BOOL*  pbEnableContextMenu
);

Parameters

pbEnableContextMenu

[out]  Pointer to a 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 get_enableContextMenu equals FALSE and the BSTR retrieved by IWMPPlayer::get_uiMode equals "none".

Windows Media Player 10 Mobile: This method always retrieves a VARIANT_BOOL set to FALSE.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmp.h.

Library: Use wmp.dll.

See Also

Previous Next