CBaseControlWindow::get_WindowStyleEx
Microsoft DirectShow 9.0 |
CBaseControlWindow::get_WindowStyleEx
The get_WindowStyleEx method retrieves the extended window styles.
Syntax
HRESULT get_WindowStyleEx( long *pWindowStyleEx );
Parameters
pWindowStyleEx
Pointer to extended window styles.
Return Value
Returns an HRESULT value.
Remarks
This member function retrieves the extended window styles. 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