IWMPPlayer::get_enableContextMenu (Windows Embedded CE 6.0)
1/6/2010
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 enable the 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. |