Microsoft DirectX 9.0 |
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 video renderer filter is not connected. |
Remarks
This method calls the Windows GetWindowLong function with the value GWL_EXSTYLE.
See Also