ReactOS 0.4.15-dev-7918-g2a2556c
_ALLOCATE_CONTEXT_HEADER Struct Reference

#include <fltmgrint.h>

Collaboration diagram for _ALLOCATE_CONTEXT_HEADER:

Public Attributes

PFLT_FILTER Filter
 
PFLT_CONTEXT_CLEANUP_CALLBACK ContextCleanupCallback
 
struct _ALLOCATE_CONTEXT_HEADERNext
 
FLT_CONTEXT_TYPE ContextType
 
char Flags
 
char AllocationType
 

Detailed Description

Definition at line 34 of file fltmgrint.h.

Member Data Documentation

◆ AllocationType

char _ALLOCATE_CONTEXT_HEADER::AllocationType

Definition at line 41 of file fltmgrint.h.

◆ ContextCleanupCallback

PFLT_CONTEXT_CLEANUP_CALLBACK _ALLOCATE_CONTEXT_HEADER::ContextCleanupCallback

Definition at line 37 of file fltmgrint.h.

◆ ContextType

FLT_CONTEXT_TYPE _ALLOCATE_CONTEXT_HEADER::ContextType

Definition at line 39 of file fltmgrint.h.

◆ Filter

PFLT_FILTER _ALLOCATE_CONTEXT_HEADER::Filter

Definition at line 36 of file fltmgrint.h.

◆ Flags

char _ALLOCATE_CONTEXT_HEADER::Flags

Definition at line 40 of file fltmgrint.h.

◆ Next

struct _ALLOCATE_CONTEXT_HEADER* _ALLOCATE_CONTEXT_HEADER::Next

Definition at line 38 of file fltmgrint.h.

Referenced by FltpRegisterContexts().


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