Share via


IMSVidEVR::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.]

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 IMSVidEVR::put_SuppressEffects. The default value is VARIANT_TRUE.

Return value

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

Requirements

   
Minimum supported client Windows�Vista [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidEVR