IVideoWindow::put_Caption

put_Caption メソッドは、ビデオ ウィンドウのキャプションを設定する。

構文

  HRESULT put_Caption(
    BSTR strCaption
);

パラメータ

strCaption

[in] キャプションを指定する。

戻り値

次のいずれかの値を返す。

説明
E_POINTER NULL ポインタ。
S_OK 成功。
VFW_E_NOT_CONNECTED ビデオ レンダラ フィルタが接続されていない。

参照