IAPI::SetConsoleTitle

method SetConsoleTitle.

Sets the console window (DOS) title.

 

HRESULT SetConsoleTitle(
  BSTR Title
);

Parameters

Title

[in] .   Title to display in the title bar.

Return Values

S_OK

The operation was successfull.

E_UNEXPECTED

An unexpected error occoured.

E_FAIL

A general error occoured.

See Also

IAPI