Share via


IMSVidCtl::put_DisplaySize method (msvidctl.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 put_DisplaySize method specifies the display size.

Syntax

HRESULT put_DisplaySize(
  [in] DisplaySizeList NewValue
);

Parameters

[in] NewValue

Specifies the display size as a member of the DisplaySizeList enumeration.

Return value

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

Remarks

Setting this property has no effect if the AutoSize property is false.

Requirements

   
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msvidctl.h

See also

IMSVidCtl Interface

IMSVidCtl::get_DisplaySize

IMSVidCtl::put_AutoSize