Microsoft DirectX 8.1 (C++) |
The put_WindowStyle method sets the window styles on the video window.
Syntax
HRESULT put_WindowStyle(
long WindowStyle
);
Parameters
WindowStyle
[in] Specifies one or more flags from the GWL_STYLE value of the Windows SetWindowLong function.
Return Values
Possible return values include the following:
Value | Description |
S_OK | Success. |
VFW_E_NOT_CONNECTED | The pins are not connected. |
Remarks
This method is a thin wrapper over the SetWindowLong function and must be treated with care. In particular, you should retrieve the current styles and then add or remove flags. With some exceptions, flags allowed by the Windows CreateWindow function are acceptable. However, do not use this method to change the window size, and do not use the following flags:
See Also