IVideoWindow::get_WindowStyleEx (Compact 2013)

3/26/2014

This method changes the style parameters for the video window.

Syntax

HRESULT get_WindowStyleEx(
  long* pWindowStyleEx
);

Parameters

  • pWindowStyleEx
    [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

This method uses extended window styles.

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