Compartilhar via


IMSVidCtl::get_DisplaySize

 
Microsoft DirectShow 9.0

IMSVidCtl::get_DisplaySize

This topic applies to Windows XP or later.

The get_DisplaySize method retrieves the display size.

Syntax

  HRESULT get_DisplaySize(
  
  DisplaySizeList*
  
  CurrentValue
  
  );

Parameters

  pCurrentValue

[out]  Pointer to a variable that receives 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

The display size has no effect if the AutoSize property is false.

Requirements

  Header: Dshow.h.

  Library: Quartz.dll.

See Also