libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
REG_TYPE.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 <ostream>
19#include <string>
20
21namespace introvirt {
22namespace windows {
23namespace nt {
24
41
42const std::string& to_string(REG_TYPE type);
43std::ostream& operator<<(std::ostream& os, REG_TYPE type);
44
45} /* namespace nt */
46} /* namespace windows */
47} /* namespace introvirt */
std::ostream & operator<<(std::ostream &, APPHELPCACHESERVICECLASS val)
REG_TYPE
Definition REG_TYPE.hh:25
@ REG_LINK
Definition REG_TYPE.hh:32
@ REG_EXPAND_SZ
Definition REG_TYPE.hh:28
@ REG_NONE
Definition REG_TYPE.hh:26
@ REG_SZ
Definition REG_TYPE.hh:27
@ REG_BINARY
Definition REG_TYPE.hh:29
@ REG_QWORD_LITTLE_ENDIAN
Definition REG_TYPE.hh:37
@ REG_RESOURCE_LIST
Definition REG_TYPE.hh:34
@ REG_DWORD_BIG_ENDIAN
Definition REG_TYPE.hh:31
@ REG_FULL_RESOURCE_DESCRIPTOR
Definition REG_TYPE.hh:35
@ REG_TYPE_UNKNOWN
Definition REG_TYPE.hh:39
@ REG_RESOURCE_REQUIREMENTS_LIST
Definition REG_TYPE.hh:36
@ REG_DWORD_LITTLE_ENDIAN
Definition REG_TYPE.hh:30
@ REG_MULTI_SZ
Definition REG_TYPE.hh:33
const std::string & to_string(APPHELPCACHESERVICECLASS val)
Core IntroVirt classes.
Definition Cr0.hh:20