method SetConsoleTitle.
Sets the console window (DOS) title.
HRESULT SetConsoleTitle(
BSTR Title
BSTR
Title
);
[in] . Title to display in the title bar.
S_OK
The operation was successfull.
E_UNEXPECTED
An unexpected error occoured.
E_FAIL
A general error occoured.
IAPI