Partager via


IWMPPlayer::get_enabled (Windows Embedded CE 6.0)

1/6/2010

The get_enabled method retrieves a value indicating whether the Windows Media Player control is enabled.

Syntax

HRESULT get_enabled( VARIANT_BOOL* pbEnabled ); 

Parameters

  • pbEnabled
    [out]  Pointer to a VARIANT_BOOL indicating whether the Windows Media Player control is enabled.

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.

See Also

Reference

IWMPPlayer Interface