CBaseControlWindow::get_Caption
Retrieves the current window caption.
HRESULT get_Caption(
BSTR* pstrCaption
);
Parameters
- pstrCaption
Current window caption.
Return Values
Returns an HRESULT value.
Remarks
Most top-level windows on a Windows-based desktop have a title (caption) associated with them. This property can be queried and set through the IVideoWindow interface. Any caption set will be visible only if the window has the WS_CAPTION style applied. If it does not, the caption can still be set (and retrieved), although it will not be visible to the user.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements. See Setting Up the Build Environment for more information.
OS Versions: Windows CE 3.0 and later.
Header:
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.