Microsoft DirectX 8.1 (C++) |
The SetCaption method sets the title associated with the full-screen window.
Syntax
HRESULT SetCaption(
BSTR strCaption
);
Parameters
strCaption
[in] String containing the caption.
Return Value
Returns an HRESULT value.
See Also