libintrovirt
v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
KEY_INFORMATION_CLASS.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
21
namespace
introvirt
{
22
namespace
windows {
23
namespace
nt {
24
25
enum class
KEY_INFORMATION_CLASS
{
26
KeyBasicInformation
,
27
KeyNodeInformation
,
28
KeyFullInformation
,
29
KeyNameInformation
,
30
KeyCachedInformation
,
31
KeyFlagsInformation
,
32
KeyVirtualizationInformation
,
33
KeyHandleTagsInformation
,
34
};
35
36
const
std::string&
to_string
(
KEY_INFORMATION_CLASS
infoClass);
37
std::ostream&
operator<<
(std::ostream& os,
KEY_INFORMATION_CLASS
infoClass);
38
39
}
// namespace nt
40
}
// namespace windows
41
}
// namespace introvirt
introvirt::windows::nt::operator<<
std::ostream & operator<<(std::ostream &, APPHELPCACHESERVICECLASS val)
introvirt::windows::nt::KEY_INFORMATION_CLASS
KEY_INFORMATION_CLASS
Definition
KEY_INFORMATION_CLASS.hh:25
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyVirtualizationInformation
@ KeyVirtualizationInformation
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyCachedInformation
@ KeyCachedInformation
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyNodeInformation
@ KeyNodeInformation
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyBasicInformation
@ KeyBasicInformation
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyFlagsInformation
@ KeyFlagsInformation
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyHandleTagsInformation
@ KeyHandleTagsInformation
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyFullInformation
@ KeyFullInformation
introvirt::windows::nt::KEY_INFORMATION_CLASS::KeyNameInformation
@ KeyNameInformation
introvirt::windows::nt::to_string
const std::string & to_string(APPHELPCACHESERVICECLASS val)
introvirt
Core IntroVirt classes.
Definition
Cr0.hh:20