Microsoft DirectX 8.1 (C++)

IFullScreenVideo::GetCaption

The GetCaption method retrieves the caption associated with the full-screen window.

Syntax

HRESULT GetCaption(
  BSTR *pstrCaption
);

Parameters

pstrCaption

[out] Pointer to the retrieved caption.

Return Value

Returns an HRESULT value.

Remarks

The DirectShow Full Screen Renderer will show itself as an icon when it is deactivated (you can deactivate it by pressing ALT+TAB to switch away from it). The text caption for the icon can be set through this method. If the renderer is supposed to hide itself when deactivated, this method will succeed, although it will have no use because the window will never be shown as an icon.

See Also