ReactOS 0.4.16-dev-983-g23ad936
_VERIFIER_PROVIDER Struct Reference
Collaboration diagram for _VERIFIER_PROVIDER:

Public Attributes

LIST_ENTRY ListEntry
 
UNICODE_STRING DllName
 
PVOID BaseAddress
 
PVOID EntryPoint
 
PRTL_VERIFIER_DLL_DESCRIPTOR ProviderDlls
 
RTL_VERIFIER_DLL_LOAD_CALLBACK ProviderDllLoadCallback
 
RTL_VERIFIER_DLL_UNLOAD_CALLBACK ProviderDllUnloadCallback
 
RTL_VERIFIER_NTDLLHEAPFREE_CALLBACK ProviderNtdllHeapFreeCallback
 

Detailed Description

Definition at line 31 of file verifier.c.

Member Data Documentation

◆ BaseAddress

PVOID _VERIFIER_PROVIDER::BaseAddress

Definition at line 35 of file verifier.c.

◆ DllName

UNICODE_STRING _VERIFIER_PROVIDER::DllName

Definition at line 34 of file verifier.c.

◆ EntryPoint

PVOID _VERIFIER_PROVIDER::EntryPoint

Definition at line 36 of file verifier.c.

◆ ListEntry

LIST_ENTRY _VERIFIER_PROVIDER::ListEntry

Definition at line 33 of file verifier.c.

◆ ProviderDllLoadCallback

RTL_VERIFIER_DLL_LOAD_CALLBACK _VERIFIER_PROVIDER::ProviderDllLoadCallback

Definition at line 40 of file verifier.c.

◆ ProviderDlls

PRTL_VERIFIER_DLL_DESCRIPTOR _VERIFIER_PROVIDER::ProviderDlls

Definition at line 39 of file verifier.c.

◆ ProviderDllUnloadCallback

RTL_VERIFIER_DLL_UNLOAD_CALLBACK _VERIFIER_PROVIDER::ProviderDllUnloadCallback

Definition at line 41 of file verifier.c.

◆ ProviderNtdllHeapFreeCallback

RTL_VERIFIER_NTDLLHEAPFREE_CALLBACK _VERIFIER_PROVIDER::ProviderNtdllHeapFreeCallback

Definition at line 42 of file verifier.c.


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