Microsoft DirectX 9.0

IMSVidCtl::put_DisplaySize

This topic applies to Windows XP only.

The put_DisplaySize method specifies the display size.

Syntax

HRESULT put_DisplaySize(
  DisplaySizeList  NewValue
);

Parameters

  NewValue

[in]  Specifies the display size as a member of the  DisplaySizeList enumeration.

Return Values

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.

See Also