Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
This I/O control code (IOCTL) sets the title of the console window. The DeviceIoControl function calls this IOCTL.
Parameters
- hDevice
[in] Set to the handle of the device.
- dwIoControlCode
[in] Set to IOCTL_CONSOLE_SETTITLE.
- lpInBuf
[in] Set to a char* of maximum length MAX_PATH.
- nInBufSize
[in] Set to the length of the char* passed in for the title, not to exceed MAX_PATH.
Return Values
TRUE indicates success. FALSE indicates failure.
Requirements
| Header | console.h |
| Windows Embedded CE | Windows CE 3.0 and later |