IMSVidCtl::get_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 get_DisplaySize method retrieves the display size.

Syntax

HRESULT get_DisplaySize(
  [out] DisplaySizeList *CurrentValue
);

Parameters

[out] CurrentValue

Receives 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

The display size 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_AutoSize

IMSVidCtl::put_DisplaySize