Home
last modified time | relevance | path

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

/reactos/dll/win32/kernel32/client/console/
H A Dhistory.c34 …PCONSOLE_EXPUNGECOMMANDHISTORY ExpungeCommandHistoryRequest = &ApiMessage.Data.ExpungeCommandHisto… in IntExpungeConsoleCommandHistory() local
45 ExpungeCommandHistoryRequest->ConsoleHandle = NtCurrentPeb()->ProcessParameters->ConsoleHandle; in IntExpungeConsoleCommandHistory()
46ExpungeCommandHistoryRequest->ExeLength = NumChars * (bUnicode ? sizeof(WCHAR) : sizeof(CHAR)); in IntExpungeConsoleCommandHistory()
47 ExpungeCommandHistoryRequest->Unicode = in IntExpungeConsoleCommandHistory()
48 ExpungeCommandHistoryRequest->Unicode2 = bUnicode; in IntExpungeConsoleCommandHistory()
51 CaptureBuffer = CsrAllocateCaptureBuffer(1, ExpungeCommandHistoryRequest->ExeLength); in IntExpungeConsoleCommandHistory()
61 ExpungeCommandHistoryRequest->ExeLength, in IntExpungeConsoleCommandHistory()
62 (PVOID)&ExpungeCommandHistoryRequest->ExeName); in IntExpungeConsoleCommandHistory()
67 sizeof(*ExpungeCommandHistoryRequest)); in IntExpungeConsoleCommandHistory()
/reactos/win32ss/user/winsrv/consrv/
H A Dhistory.c546 CONSOLE_EXPUNGECOMMANDHISTORY, ExpungeCommandHistoryRequest) in CON_API() argument
551 (PVOID*)&ExpungeCommandHistoryRequest->ExeName, in CON_API()
552 ExpungeCommandHistoryRequest->ExeLength, in CON_API()
559 ExpungeCommandHistoryRequest->ExeName, in CON_API()
560 ExpungeCommandHistoryRequest->ExeLength, in CON_API()
561 ExpungeCommandHistoryRequest->Unicode2); in CON_API()
/reactos/sdk/include/reactos/subsys/win/
H A Dconmsg.h1008 CONSOLE_EXPUNGECOMMANDHISTORY ExpungeCommandHistoryRequest; member