IVideoWindow::put_Caption

 
Microsoft DirectShow 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.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also