Share via


Windows Media Player 11 SDK IWMPPluginEnable::GetEnable 

Windows Media Player SDK banner art

Previous Next

IWMPPluginEnable::GetEnable

The IWMPPluginEnable::GetEnable method returns a value indicating whether Windows Media Player has enabled the plug-in.

Syntax

  HRESULT GetEnable(
  BOOL*  
  pfEnable

  );

Parameters

pfEnable

[out]  Pointer to a Boolean value indicating whether the user has enabled the plug-in.

Return Values

The method returns an HRESULT.

Remarks

This value is set by Windows Media Player in the IWMPPluginEnable::SetEnable method.

Requirements

Version: Windows Media Player 9 Series or later.

Header: Include wmpservices.h.

See Also

Previous Next