IMSVidVideoRenderer2::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 retrieves settings that control power management and visual effects.

Syntax

HRESULT get_SuppressEffects(
  [out] VARIANT_BOOL *bSuppress
);

Parameters

[out] bSuppress

Receives the value VARIANT_TRUE or VARIANT_FALSE. For more information, see IMSVidVideoRenderer2::put_SuppressEffects.

Return value

Returns an HRESULT value. Possible values include the following.

Return code Description
E_POINTER
NULL pointer argument.
S_OK
Success.

Requirements

Requirement Value
Minimum supported client Windows�XP with SP1 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidVideoRenderer2 Interface