IMSVidCtl::get_AutoSize 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_AutoSize method retrieves a value that determines whether the Video Control is automatically resized to display its entire contents.

Syntax

HRESULT get_AutoSize(
  [out] VARIANT_BOOL *pbool
);

Parameters

[out] pbool

Pointer to a variable of type VARIANT_BOOL that receives the current value of the property.

Return value

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

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::put_AutoSize