ReactOS 0.4.15-dev-7953-g1f49173
_VDD_USER_HANDLERS Struct Reference

#include <nt_vdd.h>

Collaboration diagram for _VDD_USER_HANDLERS:

Public Attributes

HANDLE hvdd
 
PFNVDD_UCREATE ucr_handler
 
PFNVDD_UTERMINATE uterm_handler
 
PFNVDD_UBLOCK ublock_handler
 
PFNVDD_URESUME uresume_handler
 
struct _VDD_USER_HANDLERSnext
 
LIST_ENTRY Entry
 
HANDLE hVdd
 
PFNVDD_UCREATE Ucr_Handler
 
PFNVDD_UTERMINATE Uterm_Handler
 
PFNVDD_UBLOCK Ublock_Handler
 
PFNVDD_URESUME Uresume_Handler
 

Detailed Description

Definition at line 58 of file nt_vdd.h.

Member Data Documentation

◆ Entry

LIST_ENTRY _VDD_USER_HANDLERS::Entry

Definition at line 35 of file vddsup.c.

Referenced by VDDDeInstallUserHook(), and VDDInstallUserHook().

◆ hvdd

HANDLE _VDD_USER_HANDLERS::hvdd

Definition at line 59 of file nt_vdd.h.

◆ hVdd

HANDLE _VDD_USER_HANDLERS::hVdd

Definition at line 37 of file vddsup.c.

Referenced by VDDDeInstallUserHook(), and VDDInstallUserHook().

◆ next

struct _VDD_USER_HANDLERS* _VDD_USER_HANDLERS::next

Definition at line 64 of file nt_vdd.h.

◆ ublock_handler

PFNVDD_UBLOCK _VDD_USER_HANDLERS::ublock_handler

Definition at line 62 of file nt_vdd.h.

◆ Ublock_Handler

PFNVDD_UBLOCK _VDD_USER_HANDLERS::Ublock_Handler

Definition at line 40 of file vddsup.c.

Referenced by VDDBlockUserHook(), and VDDInstallUserHook().

◆ ucr_handler

PFNVDD_UCREATE _VDD_USER_HANDLERS::ucr_handler

Definition at line 60 of file nt_vdd.h.

◆ Ucr_Handler

PFNVDD_UCREATE _VDD_USER_HANDLERS::Ucr_Handler

Definition at line 38 of file vddsup.c.

Referenced by VDDCreateUserHook(), and VDDInstallUserHook().

◆ uresume_handler

PFNVDD_URESUME _VDD_USER_HANDLERS::uresume_handler

Definition at line 63 of file nt_vdd.h.

◆ Uresume_Handler

PFNVDD_URESUME _VDD_USER_HANDLERS::Uresume_Handler

Definition at line 41 of file vddsup.c.

Referenced by VDDInstallUserHook(), and VDDResumeUserHook().

◆ uterm_handler

PFNVDD_UTERMINATE _VDD_USER_HANDLERS::uterm_handler

Definition at line 61 of file nt_vdd.h.

◆ Uterm_Handler

PFNVDD_UTERMINATE _VDD_USER_HANDLERS::Uterm_Handler

Definition at line 39 of file vddsup.c.

Referenced by VDDInstallUserHook(), and VDDTerminateUserHook().


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