Share via


IMSVidVMR9::get_SuppressEffects method (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The get_SuppressEffects method queries whether the Video Control configures the system for optimal video playback.

Syntax

HRESULT get_SuppressEffects(
  [out] VARIANT_BOOL *bSuppress
);

Parameters

[out] bSuppress

Receives a VARIANT_BOOL. For more information, see IMSVidVMR9::put_SuppressEffects. The default value is VARIANT_TRUE.

Return value

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.

Requirements

   
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidVMR9 Interface