SetConsoleTitle PROC
(MS-Windows)
Sets the title bar string for the current console
window.
Uses either Unicode or ASCII characters from the
console's current code page.
SetConsoleTitle PROTO, ; set console window title
pString:PTR BYTE ; points to string
Returns: (BOOL) EAX = TRUE (non-zero) if successful,
FALSE (zero) if fails.
|
| Argument | Win Type | MASM Type | Description |
|---|---|---|---|
| pString | LPCTSTR | PTR BYTE | Pointer to a null-terminated string that contains the text to appear in the title bar of the console window. |
| Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |