ReactOS 0.4.16-dev-13-ge2fc578
|
#include <fsrtltypes.h>
Public Attributes | |
LIST_ENTRY | Links |
PVOID | OwnerId |
PVOID | InstanceId |
PFREE_FUNCTION | FreeCallback |
Definition at line 160 of file fsrtltypes.h.
PFREE_FUNCTION _FSRTL_PER_STREAM_CONTEXT::FreeCallback |
Definition at line 164 of file fsrtltypes.h.
Referenced by FsRtlTeardownPerStreamContexts().
PVOID _FSRTL_PER_STREAM_CONTEXT::InstanceId |
Definition at line 163 of file fsrtltypes.h.
Referenced by FsRtlLookupPerStreamContextInternal(), and FsRtlRemovePerStreamContext().
LIST_ENTRY _FSRTL_PER_STREAM_CONTEXT::Links |
Definition at line 161 of file fsrtltypes.h.
Referenced by FsRtlInsertPerFileObjectContext(), and FsRtlRemovePerStreamContext().
PVOID _FSRTL_PER_STREAM_CONTEXT::OwnerId |
Definition at line 162 of file fsrtltypes.h.
Referenced by FsRtlLookupPerStreamContextInternal(), and FsRtlRemovePerStreamContext().