 |
SetConsoleTitle ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The SetConsoleTitle function sets the title bar string for the current console window. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL SetConsoleTitle(
LPCTSTR lpConsoleTitle
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SetConsoleTitle IN kernel32;
STRING lpConsoleTitle
|
 |
 |
 |
| Parameters: |
 |
lpConsoleTitle
[in] Pointer to a null-terminated string that contains the string to be displayed in the title bar of the console window. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
This function uses either Unicode characters or 8-bit characters from the current code page for the console.
See also: GetConsoleTitle, SetConsoleCP, SetConsoleOutputCP. |
 |
 |
| Word Index links for the SetConsoleTitle : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-11-10 07:45:51 | | Modified: | 2004-11-10 07:48:20 | Visited in last 7 days: 8 |