ReactOS 0.4.15-dev-7924-g5949c20
_FLT_CONTEXT_REGISTRATION Struct Reference

#include <fltkernel.h>

Collaboration diagram for _FLT_CONTEXT_REGISTRATION:

Public Attributes

FLT_CONTEXT_TYPE ContextType
 
FLT_CONTEXT_REGISTRATION_FLAGS Flags
 
PFLT_CONTEXT_CLEANUP_CALLBACK ContextCleanupCallback
 
SIZE_T Size
 
ULONG PoolTag
 
PFLT_CONTEXT_ALLOCATE_CALLBACK ContextAllocateCallback
 
PFLT_CONTEXT_FREE_CALLBACK ContextFreeCallback
 
PVOID Reserved1
 

Detailed Description

Definition at line 515 of file fltkernel.h.

Member Data Documentation

◆ ContextAllocateCallback

PFLT_CONTEXT_ALLOCATE_CALLBACK _FLT_CONTEXT_REGISTRATION::ContextAllocateCallback

Definition at line 521 of file fltkernel.h.

Referenced by FltpRegisterContexts().

◆ ContextCleanupCallback

PFLT_CONTEXT_CLEANUP_CALLBACK _FLT_CONTEXT_REGISTRATION::ContextCleanupCallback

Definition at line 518 of file fltkernel.h.

◆ ContextFreeCallback

PFLT_CONTEXT_FREE_CALLBACK _FLT_CONTEXT_REGISTRATION::ContextFreeCallback

Definition at line 522 of file fltkernel.h.

◆ ContextType

FLT_CONTEXT_TYPE _FLT_CONTEXT_REGISTRATION::ContextType

Definition at line 516 of file fltkernel.h.

Referenced by FltpRegisterContexts().

◆ Flags

FLT_CONTEXT_REGISTRATION_FLAGS _FLT_CONTEXT_REGISTRATION::Flags

Definition at line 517 of file fltkernel.h.

◆ PoolTag

ULONG _FLT_CONTEXT_REGISTRATION::PoolTag

Definition at line 520 of file fltkernel.h.

Referenced by FltpRegisterContexts().

◆ Reserved1

PVOID _FLT_CONTEXT_REGISTRATION::Reserved1

Definition at line 523 of file fltkernel.h.

◆ Size

SIZE_T _FLT_CONTEXT_REGISTRATION::Size

Definition at line 519 of file fltkernel.h.

Referenced by FltpRegisterContexts().


The documentation for this struct was generated from the following file: