Share via


IMSVidCtl::get_Enabled

 
Microsoft DirectShow 9.0

IMSVidCtl::get_Enabled

This topic applies to Windows XP or later.

The get_Enabled method retrieves a value that determines whether the Video Control can respond to user-generated events.

Syntax

  HRESULT get_Enabled(
  
  VARIANT_BOOL*
  
  pbool
  
  );

Parameters

  pbool

[out]  Variable of type VARIANT_BOOL that receives the current value of the property.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also