| Microsoft DirectX 8.1 (C++) |
The get_WindowStyleEx method retrieves the extended window styles on the video window.
Syntax
HRESULT get_WindowStyleEx(
long *pWindowStyleEx
);
Parameters
pWindowStyleEx
[out, retval] Pointer to a variable that receives the window style flags.
Return Values
Possible return values include the following:
| Value | Description |
| E_POINTER | NULL pointer. |
| S_OK | Success. |
| VFW_E_NOT_CONNECTED | The pins are not connected. |
Remarks
This method calls the Windows GetWindowLong function with the value GWL_EXSTYLE.
See Also