Searched refs:TitleRequest (Results 1 – 3 of 3) sorted by relevance
1762 CONSOLE_GETSETCONSOLETITLE, TitleRequest) in CON_API() argument1775 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() argument1825 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 …]
2166 PCONSOLE_GETSETCONSOLETITLE TitleRequest = &ApiMessage.Data.TitleRequest; in IntGetConsoleTitle() local2173 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() local2253 TitleRequest->Unicode = bUnicode; in IntSetConsoleTitle()2265 TitleRequest->Length, in IntSetConsoleTitle()2266 (PVOID*)&TitleRequest->Title); in IntSetConsoleTitle()[all …]
974 CONSOLE_GETSETCONSOLETITLE TitleRequest; member