Searched refs:ExpungeCommandHistoryRequest (Results 1 – 3 of 3) sorted by relevance
34 …PCONSOLE_EXPUNGECOMMANDHISTORY ExpungeCommandHistoryRequest = &ApiMessage.Data.ExpungeCommandHisto… in IntExpungeConsoleCommandHistory() local45 ExpungeCommandHistoryRequest->ConsoleHandle = NtCurrentPeb()->ProcessParameters->ConsoleHandle; in IntExpungeConsoleCommandHistory()46 …ExpungeCommandHistoryRequest->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()
546 CONSOLE_EXPUNGECOMMANDHISTORY, ExpungeCommandHistoryRequest) in CON_API() argument551 (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()
1008 CONSOLE_EXPUNGECOMMANDHISTORY ExpungeCommandHistoryRequest; member