Share via


CBaseControlWindow::get_WindowStyle

 
Microsoft DirectShow 9.0

CBaseControlWindow::get_WindowStyle

The get_WindowStyle method retrieves the standard window styles.

Syntax

  HRESULT get_WindowStyle(
    long *pWindowStyle
);

Parameters

pWindowStyle

Pointer to 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:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also