libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
ConsoleCallServerGenericRequestCode.hh
Go to the documentation of this file.
1/*
2 * Copyright 2021 Assured Information Security, Inc.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16#pragma once
17
18#include <cstdint>
19#include <string>
20
21namespace introvirt {
22namespace windows {
23namespace condrv {
24
26 GetConsoleCP = 0x1000000,
27 GetConsoleMode = 0x1000001,
28 SetConsoleMode = 0x1000002,
29 ReadConsole = 0x1000005,
30 WriteConsole = 0x1000006,
31 SetTEBLangID = 0x1000008,
32 FillConsoleOutput = 0x2000000,
34 GetConsoleTitle = 0x2000014,
35 SetConsoleTitle = 0x2000015,
36 SetConsoleCursorPosition = 0x200000a,
37 SetConsoleTextAttribute = 0x200000d,
38 GetConsoleWindow = 0x300001f,
39
40 Unknown = 0xFFFFFFFF,
41};
42
47
48} /* namespace condrv */
49} /* namespace windows */
50} /* namespace introvirt */
ConsoleCallServerGenericRequestCode
Definition ConsoleCallServerGenericRequestCode.hh:25
const std::string & to_string(ConsoleCallServerGenericRequestCode)
Core IntroVirt classes.
Definition Cr0.hh:20