Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/console/
H A Dalias.c561 …PCONSOLE_GETALIASESEXESLENGTH GetAliasesExesLengthRequest = &ApiMessage.Data.GetAliasesExesLengthR… in IntGetConsoleAliasExesLength() local
563 GetAliasesExesLengthRequest->ConsoleHandle = NtCurrentPeb()->ProcessParameters->ConsoleHandle; in IntGetConsoleAliasExesLength()
564 GetAliasesExesLengthRequest->Unicode = bUnicode; in IntGetConsoleAliasExesLength()
569 sizeof(*GetAliasesExesLengthRequest)); in IntGetConsoleAliasExesLength()
576 return GetAliasesExesLengthRequest->Length; in IntGetConsoleAliasExesLength()
/reactos/win32ss/user/winsrv/consrv/
H A Dalias.c812 CONSOLE_GETALIASESEXESLENGTH, GetAliasesExesLengthRequest) in CON_API() argument
814 GetAliasesExesLengthRequest->Length = in CON_API()
816 GetAliasesExesLengthRequest->Unicode); in CON_API()
/reactos/sdk/include/reactos/subsys/win/
H A Dconmsg.h1003 CONSOLE_GETALIASESEXESLENGTH GetAliasesExesLengthRequest; member