ReactOS 0.4.15-dev-7924-g5949c20
_FSRTL_PER_STREAM_CONTEXT Struct Reference

#include <fsrtltypes.h>

Collaboration diagram for _FSRTL_PER_STREAM_CONTEXT:

Public Attributes

LIST_ENTRY Links
 
PVOID OwnerId
 
PVOID InstanceId
 
PFREE_FUNCTION FreeCallback
 

Detailed Description

Definition at line 160 of file fsrtltypes.h.

Member Data Documentation

◆ FreeCallback

PFREE_FUNCTION _FSRTL_PER_STREAM_CONTEXT::FreeCallback

Definition at line 164 of file fsrtltypes.h.

Referenced by FsRtlTeardownPerStreamContexts().

◆ InstanceId

PVOID _FSRTL_PER_STREAM_CONTEXT::InstanceId

◆ Links

LIST_ENTRY _FSRTL_PER_STREAM_CONTEXT::Links

Definition at line 161 of file fsrtltypes.h.

Referenced by FsRtlInsertPerFileObjectContext(), and FsRtlRemovePerStreamContext().

◆ OwnerId

PVOID _FSRTL_PER_STREAM_CONTEXT::OwnerId

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