ReactOS 0.4.15-dev-7953-g1f49173
_RTL_VECTORED_HANDLER_ENTRY Struct Reference
Collaboration diagram for _RTL_VECTORED_HANDLER_ENTRY:

Public Attributes

LIST_ENTRY ListEntry
 
PVECTORED_EXCEPTION_HANDLER VectoredHandler
 
ULONG Refs
 

Detailed Description

Definition at line 19 of file vectoreh.c.

Member Data Documentation

◆ ListEntry

LIST_ENTRY _RTL_VECTORED_HANDLER_ENTRY::ListEntry

◆ Refs

ULONG _RTL_VECTORED_HANDLER_ENTRY::Refs

◆ VectoredHandler

PVECTORED_EXCEPTION_HANDLER _RTL_VECTORED_HANDLER_ENTRY::VectoredHandler

Definition at line 22 of file vectoreh.c.

Referenced by RtlpAddVectoredHandler(), and RtlpCallVectoredHandlers().


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