| Microsoft DirectX 8.1 (C++) |
The put_Caption method sets the video window caption.
Syntax
HRESULT put_Caption(
BSTR strCaption
);
Parameters
strCaption
[in] Specifies the caption.
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. |
See Also