Microsoft DirectX 8.1 (C++) |
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