Microsoft DirectX 9.0 |
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.
See Also