libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
IRP_MJ.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
59
60} // namespace nt
61} // namespace windows
62} // namespace introvirt
IRP_MJ
Definition IRP_MJ.hh:25
@ IRP_MJ_LOCK_CONTROL
Definition IRP_MJ.hh:44
@ IRP_MJ_PNP_POWER
Definition IRP_MJ.hh:55
@ IRP_MJ_SET_QUOTA
Definition IRP_MJ.hh:53
@ IRP_MJ_PNP
Definition IRP_MJ.hh:54
@ IRP_MJ_SCSI
Definition IRP_MJ.hh:42
@ IRP_MJ_WRITE
Definition IRP_MJ.hh:30
@ IRP_MJ_POWER
Definition IRP_MJ.hh:49
@ IRP_MJ_MAX
Definition IRP_MJ.hh:56
@ IRP_MJ_CLOSE
Definition IRP_MJ.hh:28
@ IRP_MJ_DEVICE_CONTROL
Definition IRP_MJ.hh:40
@ IRP_MJ_QUERY_SECURITY
Definition IRP_MJ.hh:47
@ IRP_MJ_UNKNOWN
Definition IRP_MJ.hh:57
@ IRP_MJ_SET_EA
Definition IRP_MJ.hh:34
@ IRP_MJ_SET_SECURITY
Definition IRP_MJ.hh:48
@ IRP_MJ_QUERY_INFORMATION
Definition IRP_MJ.hh:31
@ IRP_MJ_CREATE_NAMED_PIPE
Definition IRP_MJ.hh:27
@ IRP_MJ_SET_INFORMATION
Definition IRP_MJ.hh:32
@ IRP_MJ_SHUTDOWN
Definition IRP_MJ.hh:43
@ IRP_MJ_INTERNAL_DEVICE_CONTROL
Definition IRP_MJ.hh:41
@ IRP_MJ_FLUSH_BUFFERS
Definition IRP_MJ.hh:35
@ IRP_MJ_DEVICE_CHANGE
Definition IRP_MJ.hh:51
@ IRP_MJ_CREATE
Definition IRP_MJ.hh:26
@ IRP_MJ_DIRECTORY_CONTROL
Definition IRP_MJ.hh:38
@ IRP_MJ_CREATE_MAILSLOT
Definition IRP_MJ.hh:46
@ IRP_MJ_QUERY_QUOTA
Definition IRP_MJ.hh:52
@ IRP_MJ_QUERY_EA
Definition IRP_MJ.hh:33
@ IRP_MJ_QUERY_VOLUME_INFORMATION
Definition IRP_MJ.hh:36
@ IRP_MJ_SYSTEM_CONTROL
Definition IRP_MJ.hh:50
@ IRP_MJ_SET_VOLUME_INFORMATION
Definition IRP_MJ.hh:37
@ IRP_MJ_READ
Definition IRP_MJ.hh:29
@ IRP_MJ_FILE_SYSTEM_CONTROL
Definition IRP_MJ.hh:39
@ IRP_MJ_CLEANUP
Definition IRP_MJ.hh:45
Core IntroVirt classes.
Definition Cr0.hh:20