Microsoft DirectX 9.0

IVideoWindow::put_Caption

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 video renderer filter is not connected.

See Also