property SetWindowText.
Displays a text message into the title bar of a window.
|
hWnd
[in] . Handle of the target window.
text
[in] . Text message to display
pVal
[out,
retval] The returned value is TRUE or FALSE
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.