libintrovirt v0.57.4
IntroVirt introspection library
Loading...
Searching...
No Matches
FILE_ALL_INFORMATION.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 "FILE_INFORMATION.hh"
19
29
30#include <cstdint>
31
32namespace introvirt {
33namespace windows {
34namespace nt {
35
72
73} /* namespace nt */
74} /* namespace windows */
75} /* namespace introvirt */
Definition FILE_ACCESS_INFORMATION.hh:28
Definition FILE_ALIGNMENT_INFORMATION.hh:26
Handler for the FileAllInformation type.
Definition FILE_ALL_INFORMATION.hh:43
virtual const FILE_MODE_INFORMATION * ModeInformation() const =0
virtual const FILE_STANDARD_INFORMATION * StandardInformation() const =0
virtual FILE_INTERNAL_INFORMATION * InternalInformation()=0
virtual const FILE_BASIC_INFORMATION * BasicInformation() const =0
virtual const FILE_INTERNAL_INFORMATION * InternalInformation() const =0
virtual const FILE_ACCESS_INFORMATION * AccessInformation() const =0
virtual const FILE_POSITION_INFORMATION * PositionInformation() const =0
virtual const FILE_EA_INFORMATION * EaInformation() const =0
virtual FILE_MODE_INFORMATION * ModeInformation()=0
virtual FILE_ALIGNMENT_INFORMATION * AlignmentInformation()=0
virtual FILE_NAME_INFORMATION * NameInformation()=0
virtual FILE_BASIC_INFORMATION * BasicInformation()=0
virtual FILE_ACCESS_INFORMATION * AccessInformation()=0
virtual FILE_EA_INFORMATION * EaInformation()=0
virtual FILE_POSITION_INFORMATION * PositionInformation()=0
virtual FILE_STANDARD_INFORMATION * StandardInformation()=0
virtual const FILE_NAME_INFORMATION * NameInformation() const =0
virtual const FILE_ALIGNMENT_INFORMATION * AlignmentInformation() const =0
Definition FILE_BASIC_INFORMATION.hh:26
Definition FILE_EA_INFORMATION.hh:27
An abstract class reprseneting a more specific file information buffer.
Definition FILE_INFORMATION.hh:38
Definition FILE_INTERNAL_INFORMATION.hh:25
Definition FILE_MODE_INFORMATION.hh:41
Definition FILE_NAME_INFORMATION.hh:25
Definition FILE_POSITION_INFORMATION.hh:27
Definition FILE_STANDARD_INFORMATION.hh:27
Core IntroVirt classes.
Definition Cr0.hh:20