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