CBaseControlWindow::get_WindowStyle
Retrieves the standard window styles.
HRESULT get_WindowStyle(
long* pWindowStyle
);
Parameters
- pWindowStyle
Window styles.
Return Values
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
DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.
OS Versions: Windows CE 3.0 and later.
Header:
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.