Home
last modified time | relevance | path

Searched refs:TitleRequest (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/user/winsrv/consrv/
H A Dconsole.c1762 CONSOLE_GETSETCONSOLETITLE, TitleRequest) in CON_API() argument
1775 if (TitleRequest->Unicode) in CON_API()
1782 TitleRequest->Length = Length; in CON_API()
1791 if (TitleRequest->Length >= sizeof(CHAR)) in CON_API()
1799 TitleRequest->Length = Length; in CON_API()
1812 CONSOLE_GETSETCONSOLETITLE, TitleRequest) in CON_API() argument
1825 if (TitleRequest->Unicode) in CON_API()
1828 Length = TitleRequest->Length; in CON_API()
1834 TitleRequest->Title, TitleRequest->Length, in CON_API()
1853 if (TitleRequest->Unicode) in CON_API()
[all …]
/reactos/dll/win32/kernel32/client/console/
H A Dconsole.c2166 PCONSOLE_GETSETCONSOLETITLE TitleRequest = &ApiMessage.Data.TitleRequest; in IntGetConsoleTitle() local
2173 TitleRequest->Unicode = bUnicode; in IntGetConsoleTitle()
2184 TitleRequest->Length, in IntGetConsoleTitle()
2185 (PVOID*)&TitleRequest->Title); in IntGetConsoleTitle()
2190 sizeof(*TitleRequest)); in IntGetConsoleTitle()
2202 RtlCopyMemory(lpConsoleTitle, TitleRequest->Title, TitleRequest->Length); in IntGetConsoleTitle()
2246 PCONSOLE_GETSETCONSOLETITLE TitleRequest = &ApiMessage.Data.TitleRequest; in IntSetConsoleTitle() local
2253 TitleRequest->Unicode = bUnicode; in IntSetConsoleTitle()
2265 TitleRequest->Length, in IntSetConsoleTitle()
2266 (PVOID*)&TitleRequest->Title); in IntSetConsoleTitle()
[all …]
/reactos/sdk/include/reactos/subsys/win/
H A Dconmsg.h974 CONSOLE_GETSETCONSOLETITLE TitleRequest; member