IVideoWindow::get_WindowStyle (Compact 2013)

3/26/2014

This method changes the style parameters for the video window.

Syntax

HRESULT get_WindowStyle(
  long* pWindowStyle
);

Parameters

  • pWindowStyle
    [out] Set of flags that matches a subset of the flags that can be set by the GWL_STYLE value of the Win32 GetWindowLong function.

Return Value

Returns an HRESULT value.

Remarks

For a complete list of window styles, see the CreateWindow function in the Win32 SDK.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IVideoWindow Interface