Share via


CBaseControlWindow::get_WindowStyle (Compact 2013)

3/26/2014

Retrieves the standard window styles.

Syntax

HRESULT get_WindowStyle(
  long* pWindowStyle
);

Parameters

  • pWindowStyle
    Window styles.

Return Value

Returns an HRESULT value.

Remarks

This member function returns the standard window styles, such as WS_CHILD and WS_VISIBLE.

It calls the CBaseControlWindow::DoGetWindowStyle member function.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseControlWindow Class