Bitdefender Hypervisor Memory Introspection
_GLUE_IFACE Struct Reference

Interface used for communicating between the introspection engine and the integrator. More...

#include <glueiface.h>

Data Fields

DWORD Version
 The version of the interface. Must match GLUE_IFACE_VERSION_1. More...
 
DWORD Size
 The size of the interface.Must match GLUE_IFACE_VERSION_1_SIZE. More...
 
QWORD Reserved
 
PFUNC_IntQueryGuestInfo QueryGuestInfo
 
PFUNC_IntGpaToHpa GpaToHpa
 
PFUNC_IntPhysMemMapToHost PhysMemMapToHost
 
PFUNC_IntPhysMemUnmap PhysMemUnmap
 
PFUNC_IntGetPhysicalPageTypeFromMtrrs PhysMemGetTypeFromMtrrs
 
PFUNC_IntGetEPTPageProtection GetEPTPageProtection
 
PFUNC_IntSetEPTPageProtection SetEPTPageProtection
 
PFUNC_IntGetSPPPageProtection GetSPPPageProtection
 
PFUNC_IntSetSPPPageProtection SetSPPPageProtection
 
PFUNC_IntRegisterEPTHandler RegisterEPTHandler
 
PFUNC_IntUnregisterEPTHandler UnregisterEPTHandler
 
PFUNC_IntEnableMsrExit EnableMSRExit
 
PFUNC_IntDisableMsrExit DisableMSRExit
 
PFUNC_IntRegisterMSRHandler RegisterMSRHandler
 
PFUNC_IntUnregisterMSRHandler UnregisterMSRHandler
 
PFUNC_IntRequestVcpusPause PauseVcpus
 
PFUNC_IntRequestVcpusResume ResumeVcpus
 
PFUNC_IntRegisterIntroCallHandler RegisterIntroCallHandler
 
PFUNC_IntUnregisterIntroCallHandler UnregisterIntroCallHandler
 
PFUNC_IntRegisterVmxTimerHandler RegisterIntroTimerHandler
 
PFUNC_IntUnregisterVmxTimerHandler UnregisterIntroTimerHandler
 
PFUNC_IntRegisterDescriptorTableHandler RegisterDtrHandler
 
PFUNC_IntUnregisterDescriptorTableHandler UnregisterDtrHandler
 
PFUNC_IntEnableCrWriteExit EnableCrWriteExit
 
PFUNC_IntDisableCrWriteExit DisableCrWriteExit
 
PFUNC_IntRegisterCrWriteHandler RegisterCrWriteHandler
 
PFUNC_IntUnregisterCrWriteHandler UnregisterCrWriteHandler
 
PFUNC_IntRegisterXcrWriteHandler RegisterXcrWriteHandler
 
PFUNC_IntUnregisterXcrWriteHandler UnregisterXcrWriteHandler
 
PFUNC_IntRegisterBreakpointHandler RegisterBreakpointHandler
 
PFUNC_IntUnregisterBreakpointHandler UnregisterBreakpointHandler
 
PFUNC_IntRegisterEventInjectionHandler RegisterEventInjectionHandler
 
PFUNC_IntUnregisterEventInjectionHandler UnregisterEventInjectionHandler
 
PFUNC_IntInjectTrap InjectTrap
 
PFUNC_IntSetIntroEmulatorContext SetIntroEmulatorContext
 
PFUNC_IntReserveVaSpaceWithPt ReserveVaSpaceWithPt
 
PFUNC_IntNotifyIntrospectionActivated NotifyIntrospectionActivated
 
PFUNC_IntNotifyIntrospectionDeactivated NotifyIntrospectionDeactivated
 
PFUNC_IntNotifyIntrospectionDetectedOs NotifyIntrospectionDetectedOs
 
void * _I_H_Reserved1
 
PFUNC_IntNotifyIntrospectionErrorState NotifyIntrospectionErrorState
 
PFUNC_IntNotifyIntroAlert NotifyIntrospectionAlert
 
PFUNC_IntNotifyEngines NotifyScanEngines
 
PFUNC_IntGetAgentContent GetAgentContent
 
PFUNC_IntReleaseBuffer ReleaseBuffer
 
PFUNC_IntToggleRepOptimization ToggleRepOptimization
 
PFUNC_IntSetVeInfoPage SetVeInfoPage
 
PFUNC_IntCreateEPT CreateEPT
 
PFUNC_IntDestroyEPT DestroyEPT
 
PFUNC_IntSwitchEPT SwitchEPT
 
PFUNC_IntGetEPTPageConvertible GetEPTPageConvertible
 
PFUNC_IntSetEPTPageConvertible SetEPTPageConvertible
 
PFUNC_IntRegisterEnginesResultCallback RegisterEnginesResultCallback
 
PFUNC_IntUnregisterEnginesResultCalback UnregisterEnginesResultCalback
 
PFUNC_IntFlushEPTPermissions FlushEPTPermissions
 
void * _I_H_Reserved2
 
void * _I_H_Reserved3
 
PFUNC_IntNotifyNewGuest NewGuestNotification
 
PFUNC_IntDisableIntro DisableIntro
 
PFUNC_IntNotifyGuestPowerStateChange NotifyGuestPowerStateChange
 
PFUNC_IntDebugProcessCommand DebugProcessCommand
 
void * _H_I_Reserved1
 
PFUNC_IntUpdateExceptions UpdateExceptions
 
PFUNC_IntGetExceptionsVersion GetExceptionsVersion
 
PFUNC_IntGetGuestInfo GetGuestInfo
 
PFUNC_IntInjectProcessAgent InjectProcessAgent
 
PFUNC_IntInjectFileAgent InjectFileAgent
 
PFUNC_IntSetIntroAbortStatus SetIntroAbortStatus
 
PFUNC_IntAddExceptionFromAlert AddExceptionFromAlert
 
PFUNC_IntRemoveException RemoveException
 
PFUNC_IntFlushAlertExceptions FlushAlertExceptions
 
PFUNC_IntAddRemoveProtectedProcessUtf16 AddRemoveProtectedProcessUtf16
 
PFUNC_IntAddRemoveProtectedProcessUtf8 AddRemoveProtectedProcessUtf8
 
PFUNC_IntRemoveAllProtectedProcesses RemoveAllProtectedProcesses
 
PFUNC_IntGetCurrentInstructionLength GetCurrentInstructionLength
 
PFUNC_IntGetCurrentInstructionMnemonic GetCurrentInstructionMnemonic
 
PFUNC_IntIterateVaSpace IterateVirtualAddressSpace
 
PFUNC_IntModifyDynamicOptions ModifyDynamicOptions
 
PFUNC_IntFlushGpaCache FlushGpaCache
 
PFUNC_IntGetCurrentIntroOptions GetCurrentIntroOptions
 
PFUNC_IntUpdateSupport UpdateSupport
 
PFUNC_IntGetSupportVersion GetSupportVersion
 
PFUNC_IntSetLogLevel SetLogLevel
 
PFUNC_IntGetVersionString GetVersionString
 
void * _H_I_Reserved2
 
void * _H_I_Reserved3
 
void * _H_I_Reserved4
 

Detailed Description

Interface used for communicating between the introspection engine and the integrator.

Before using any of the function pointers in the structure, it must be validated using the GLUE_IFACE.Version and GLUE_IFACE.Size fields in order to ensure that the introcore version used matches the one for which this header file was published.

Documentation for each function from the interface is found on the documentation for that specific function pointer.

Definition at line 2078 of file glueiface.h.

Field Documentation

◆ _H_I_Reserved1

void* _GLUE_IFACE::_H_I_Reserved1

Definition at line 2193 of file glueiface.h.

◆ _H_I_Reserved2

void* _GLUE_IFACE::_H_I_Reserved2

Definition at line 2218 of file glueiface.h.

◆ _H_I_Reserved3

void* _GLUE_IFACE::_H_I_Reserved3

Definition at line 2219 of file glueiface.h.

◆ _H_I_Reserved4

void* _GLUE_IFACE::_H_I_Reserved4

Definition at line 2220 of file glueiface.h.

◆ _I_H_Reserved1

void* _GLUE_IFACE::_I_H_Reserved1

Definition at line 2155 of file glueiface.h.

◆ _I_H_Reserved2

void* _GLUE_IFACE::_I_H_Reserved2

Definition at line 2180 of file glueiface.h.

◆ _I_H_Reserved3

void* _GLUE_IFACE::_I_H_Reserved3

Definition at line 2181 of file glueiface.h.

◆ AddExceptionFromAlert

PFUNC_IntAddExceptionFromAlert _GLUE_IFACE::AddExceptionFromAlert

Definition at line 2200 of file glueiface.h.

◆ AddRemoveProtectedProcessUtf16

PFUNC_IntAddRemoveProtectedProcessUtf16 _GLUE_IFACE::AddRemoveProtectedProcessUtf16

Definition at line 2203 of file glueiface.h.

◆ AddRemoveProtectedProcessUtf8

PFUNC_IntAddRemoveProtectedProcessUtf8 _GLUE_IFACE::AddRemoveProtectedProcessUtf8

Definition at line 2204 of file glueiface.h.

◆ CreateEPT

PFUNC_IntCreateEPT _GLUE_IFACE::CreateEPT

Definition at line 2168 of file glueiface.h.

Referenced by GlueIsVeApiAvailable(), and IntCreateEPT().

◆ DebugProcessCommand

PFUNC_IntDebugProcessCommand _GLUE_IFACE::DebugProcessCommand

Definition at line 2192 of file glueiface.h.

◆ DestroyEPT

PFUNC_IntDestroyEPT _GLUE_IFACE::DestroyEPT

Definition at line 2169 of file glueiface.h.

Referenced by GlueIsVeApiAvailable(), and IntDestroyEPT().

◆ DisableCrWriteExit

PFUNC_IntDisableCrWriteExit _GLUE_IFACE::DisableCrWriteExit

Definition at line 2126 of file glueiface.h.

Referenced by IntDisableCrWriteExit().

◆ DisableIntro

PFUNC_IntDisableIntro _GLUE_IFACE::DisableIntro

Definition at line 2189 of file glueiface.h.

◆ DisableMSRExit

PFUNC_IntDisableMsrExit _GLUE_IFACE::DisableMSRExit

Definition at line 2106 of file glueiface.h.

Referenced by IntDisableMsrExit().

◆ EnableCrWriteExit

PFUNC_IntEnableCrWriteExit _GLUE_IFACE::EnableCrWriteExit

Definition at line 2125 of file glueiface.h.

Referenced by IntEnableCrWriteExit().

◆ EnableMSRExit

PFUNC_IntEnableMsrExit _GLUE_IFACE::EnableMSRExit

Definition at line 2105 of file glueiface.h.

Referenced by IntEnableMsrExit().

◆ FlushAlertExceptions

PFUNC_IntFlushAlertExceptions _GLUE_IFACE::FlushAlertExceptions

Definition at line 2202 of file glueiface.h.

◆ FlushEPTPermissions

PFUNC_IntFlushEPTPermissions _GLUE_IFACE::FlushEPTPermissions

Definition at line 2178 of file glueiface.h.

Referenced by IntFlushEPTPermissions().

◆ FlushGpaCache

PFUNC_IntFlushGpaCache _GLUE_IFACE::FlushGpaCache

Definition at line 2210 of file glueiface.h.

◆ GetAgentContent

PFUNC_IntGetAgentContent _GLUE_IFACE::GetAgentContent

Definition at line 2160 of file glueiface.h.

Referenced by IntGetAgentContent().

◆ GetCurrentInstructionLength

PFUNC_IntGetCurrentInstructionLength _GLUE_IFACE::GetCurrentInstructionLength

Definition at line 2206 of file glueiface.h.

◆ GetCurrentInstructionMnemonic

PFUNC_IntGetCurrentInstructionMnemonic _GLUE_IFACE::GetCurrentInstructionMnemonic

Definition at line 2207 of file glueiface.h.

◆ GetCurrentIntroOptions

PFUNC_IntGetCurrentIntroOptions _GLUE_IFACE::GetCurrentIntroOptions

Definition at line 2211 of file glueiface.h.

◆ GetEPTPageConvertible

PFUNC_IntGetEPTPageConvertible _GLUE_IFACE::GetEPTPageConvertible

Definition at line 2171 of file glueiface.h.

Referenced by GlueIsVeApiAvailable(), and IntGetEPTPageConvertible().

◆ GetEPTPageProtection

PFUNC_IntGetEPTPageProtection _GLUE_IFACE::GetEPTPageProtection

Definition at line 2098 of file glueiface.h.

Referenced by IntGetEPTPageProtection().

◆ GetExceptionsVersion

PFUNC_IntGetExceptionsVersion _GLUE_IFACE::GetExceptionsVersion

Definition at line 2195 of file glueiface.h.

◆ GetGuestInfo

PFUNC_IntGetGuestInfo _GLUE_IFACE::GetGuestInfo

Definition at line 2196 of file glueiface.h.

◆ GetSPPPageProtection

PFUNC_IntGetSPPPageProtection _GLUE_IFACE::GetSPPPageProtection

Definition at line 2100 of file glueiface.h.

Referenced by GlueIsSppApiAvailable(), and IntGetSPPPageProtection().

◆ GetSupportVersion

PFUNC_IntGetSupportVersion _GLUE_IFACE::GetSupportVersion

Definition at line 2213 of file glueiface.h.

◆ GetVersionString

PFUNC_IntGetVersionString _GLUE_IFACE::GetVersionString

Definition at line 2217 of file glueiface.h.

◆ GpaToHpa

PFUNC_IntGpaToHpa _GLUE_IFACE::GpaToHpa

Definition at line 2092 of file glueiface.h.

Referenced by IntGpaToHpa().

◆ InjectFileAgent

PFUNC_IntInjectFileAgent _GLUE_IFACE::InjectFileAgent

Definition at line 2198 of file glueiface.h.

◆ InjectProcessAgent

PFUNC_IntInjectProcessAgent _GLUE_IFACE::InjectProcessAgent

Definition at line 2197 of file glueiface.h.

◆ InjectTrap

PFUNC_IntInjectTrap _GLUE_IFACE::InjectTrap

Definition at line 2142 of file glueiface.h.

Referenced by IntInjectTrap().

◆ IterateVirtualAddressSpace

PFUNC_IntIterateVaSpace _GLUE_IFACE::IterateVirtualAddressSpace

Definition at line 2208 of file glueiface.h.

◆ ModifyDynamicOptions

PFUNC_IntModifyDynamicOptions _GLUE_IFACE::ModifyDynamicOptions

Definition at line 2209 of file glueiface.h.

◆ NewGuestNotification

PFUNC_IntNotifyNewGuest _GLUE_IFACE::NewGuestNotification

Definition at line 2188 of file glueiface.h.

◆ NotifyGuestPowerStateChange

PFUNC_IntNotifyGuestPowerStateChange _GLUE_IFACE::NotifyGuestPowerStateChange

Definition at line 2190 of file glueiface.h.

◆ NotifyIntrospectionActivated

PFUNC_IntNotifyIntrospectionActivated _GLUE_IFACE::NotifyIntrospectionActivated

Definition at line 2152 of file glueiface.h.

Referenced by IntNotifyIntroActive().

◆ NotifyIntrospectionAlert

PFUNC_IntNotifyIntroAlert _GLUE_IFACE::NotifyIntrospectionAlert

Definition at line 2157 of file glueiface.h.

Referenced by IntNotifyIntroEvent().

◆ NotifyIntrospectionDeactivated

PFUNC_IntNotifyIntrospectionDeactivated _GLUE_IFACE::NotifyIntrospectionDeactivated

Definition at line 2153 of file glueiface.h.

Referenced by IntNotifyIntroInactive().

◆ NotifyIntrospectionDetectedOs

PFUNC_IntNotifyIntrospectionDetectedOs _GLUE_IFACE::NotifyIntrospectionDetectedOs

Definition at line 2154 of file glueiface.h.

Referenced by IntNotifyIntroDetectedOs().

◆ NotifyIntrospectionErrorState

PFUNC_IntNotifyIntrospectionErrorState _GLUE_IFACE::NotifyIntrospectionErrorState

Definition at line 2156 of file glueiface.h.

Referenced by IntNotifyIntroErrorState().

◆ NotifyScanEngines

PFUNC_IntNotifyEngines _GLUE_IFACE::NotifyScanEngines

Definition at line 2158 of file glueiface.h.

Referenced by GlueIsScanEnginesApiAvailable(), and IntNotifyEngines().

◆ PauseVcpus

PFUNC_IntRequestVcpusPause _GLUE_IFACE::PauseVcpus

Definition at line 2110 of file glueiface.h.

Referenced by GluePauseVcpus().

◆ PhysMemGetTypeFromMtrrs

PFUNC_IntGetPhysicalPageTypeFromMtrrs _GLUE_IFACE::PhysMemGetTypeFromMtrrs

Definition at line 2096 of file glueiface.h.

Referenced by IntPhysMemGetTypeFromMtrrs().

◆ PhysMemMapToHost

PFUNC_IntPhysMemMapToHost _GLUE_IFACE::PhysMemMapToHost

Definition at line 2094 of file glueiface.h.

Referenced by IntPhysMemMap().

◆ PhysMemUnmap

PFUNC_IntPhysMemUnmap _GLUE_IFACE::PhysMemUnmap

Definition at line 2095 of file glueiface.h.

Referenced by IntPhysMemUnmap().

◆ QueryGuestInfo

PFUNC_IntQueryGuestInfo _GLUE_IFACE::QueryGuestInfo

Definition at line 2090 of file glueiface.h.

Referenced by IntQueryGuestInfo().

◆ RegisterBreakpointHandler

PFUNC_IntRegisterBreakpointHandler _GLUE_IFACE::RegisterBreakpointHandler

Definition at line 2135 of file glueiface.h.

Referenced by IntRegisterBreakpointHandler().

◆ RegisterCrWriteHandler

PFUNC_IntRegisterCrWriteHandler _GLUE_IFACE::RegisterCrWriteHandler

Definition at line 2127 of file glueiface.h.

Referenced by IntRegisterCrWriteHandler().

◆ RegisterDtrHandler

PFUNC_IntRegisterDescriptorTableHandler _GLUE_IFACE::RegisterDtrHandler

Definition at line 2122 of file glueiface.h.

Referenced by IntRegisterDtrHandler().

◆ RegisterEnginesResultCallback

PFUNC_IntRegisterEnginesResultCallback _GLUE_IFACE::RegisterEnginesResultCallback

◆ RegisterEPTHandler

PFUNC_IntRegisterEPTHandler _GLUE_IFACE::RegisterEPTHandler

Definition at line 2102 of file glueiface.h.

Referenced by IntRegisterEPTHandler().

◆ RegisterEventInjectionHandler

PFUNC_IntRegisterEventInjectionHandler _GLUE_IFACE::RegisterEventInjectionHandler

Definition at line 2139 of file glueiface.h.

Referenced by IntRegisterEventInjectionHandler().

◆ RegisterIntroCallHandler

PFUNC_IntRegisterIntroCallHandler _GLUE_IFACE::RegisterIntroCallHandler

Definition at line 2114 of file glueiface.h.

Referenced by IntRegisterIntroCallHandler().

◆ RegisterIntroTimerHandler

PFUNC_IntRegisterVmxTimerHandler _GLUE_IFACE::RegisterIntroTimerHandler

Definition at line 2118 of file glueiface.h.

Referenced by IntRegisterVmxTimerHandler().

◆ RegisterMSRHandler

PFUNC_IntRegisterMSRHandler _GLUE_IFACE::RegisterMSRHandler

Definition at line 2107 of file glueiface.h.

Referenced by IntRegisterMSRHandler().

◆ RegisterXcrWriteHandler

PFUNC_IntRegisterXcrWriteHandler _GLUE_IFACE::RegisterXcrWriteHandler

Definition at line 2131 of file glueiface.h.

Referenced by IntRegisterXcrWriteHandler().

◆ ReleaseBuffer

PFUNC_IntReleaseBuffer _GLUE_IFACE::ReleaseBuffer

Definition at line 2161 of file glueiface.h.

Referenced by IntReleaseBuffer().

◆ RemoveAllProtectedProcesses

PFUNC_IntRemoveAllProtectedProcesses _GLUE_IFACE::RemoveAllProtectedProcesses

Definition at line 2205 of file glueiface.h.

◆ RemoveException

PFUNC_IntRemoveException _GLUE_IFACE::RemoveException

Definition at line 2201 of file glueiface.h.

◆ Reserved

QWORD _GLUE_IFACE::Reserved

Definition at line 2084 of file glueiface.h.

◆ ReserveVaSpaceWithPt

PFUNC_IntReserveVaSpaceWithPt _GLUE_IFACE::ReserveVaSpaceWithPt

Definition at line 2150 of file glueiface.h.

Referenced by IntReserveVaSpaceWithPt().

◆ ResumeVcpus

PFUNC_IntRequestVcpusResume _GLUE_IFACE::ResumeVcpus

Definition at line 2111 of file glueiface.h.

Referenced by GlueResumeVcpus().

◆ SetEPTPageConvertible

PFUNC_IntSetEPTPageConvertible _GLUE_IFACE::SetEPTPageConvertible

Definition at line 2172 of file glueiface.h.

Referenced by GlueIsVeApiAvailable(), and IntSetEPTPageConvertible().

◆ SetEPTPageProtection

PFUNC_IntSetEPTPageProtection _GLUE_IFACE::SetEPTPageProtection

Definition at line 2099 of file glueiface.h.

Referenced by IntSetEPTPageProtection().

◆ SetIntroAbortStatus

PFUNC_IntSetIntroAbortStatus _GLUE_IFACE::SetIntroAbortStatus

Definition at line 2199 of file glueiface.h.

◆ SetIntroEmulatorContext

PFUNC_IntSetIntroEmulatorContext _GLUE_IFACE::SetIntroEmulatorContext

Definition at line 2144 of file glueiface.h.

Referenced by IntSetIntroEmulatorContext().

◆ SetLogLevel

PFUNC_IntSetLogLevel _GLUE_IFACE::SetLogLevel

Definition at line 2215 of file glueiface.h.

◆ SetSPPPageProtection

PFUNC_IntSetSPPPageProtection _GLUE_IFACE::SetSPPPageProtection

Definition at line 2101 of file glueiface.h.

Referenced by GlueIsSppApiAvailable(), and IntSetSPPPageProtection().

◆ SetVeInfoPage

PFUNC_IntSetVeInfoPage _GLUE_IFACE::SetVeInfoPage

Definition at line 2167 of file glueiface.h.

Referenced by GlueIsVeApiAvailable(), and IntSetVEInfoPage().

◆ Size

DWORD _GLUE_IFACE::Size

The size of the interface.Must match GLUE_IFACE_VERSION_1_SIZE.

Definition at line 2083 of file glueiface.h.

Referenced by IntGlueInit().

◆ SwitchEPT

PFUNC_IntSwitchEPT _GLUE_IFACE::SwitchEPT

Definition at line 2170 of file glueiface.h.

Referenced by GlueIsVeApiAvailable(), and IntSwitchEPT().

◆ ToggleRepOptimization

PFUNC_IntToggleRepOptimization _GLUE_IFACE::ToggleRepOptimization

Definition at line 2162 of file glueiface.h.

Referenced by IntToggleRepOptimization().

◆ UnregisterBreakpointHandler

PFUNC_IntUnregisterBreakpointHandler _GLUE_IFACE::UnregisterBreakpointHandler

Definition at line 2136 of file glueiface.h.

Referenced by IntUnregisterBreakpointHandler().

◆ UnregisterCrWriteHandler

PFUNC_IntUnregisterCrWriteHandler _GLUE_IFACE::UnregisterCrWriteHandler

Definition at line 2128 of file glueiface.h.

Referenced by IntUnregisterCrWriteHandler().

◆ UnregisterDtrHandler

PFUNC_IntUnregisterDescriptorTableHandler _GLUE_IFACE::UnregisterDtrHandler

Definition at line 2123 of file glueiface.h.

Referenced by IntUnregisterDtrHandler().

◆ UnregisterEnginesResultCalback

PFUNC_IntUnregisterEnginesResultCalback _GLUE_IFACE::UnregisterEnginesResultCalback

Definition at line 2176 of file glueiface.h.

Referenced by IntUnregisterEnginesResultCalback().

◆ UnregisterEPTHandler

PFUNC_IntUnregisterEPTHandler _GLUE_IFACE::UnregisterEPTHandler

Definition at line 2103 of file glueiface.h.

Referenced by IntUnregisterEPTHandler().

◆ UnregisterEventInjectionHandler

PFUNC_IntUnregisterEventInjectionHandler _GLUE_IFACE::UnregisterEventInjectionHandler

Definition at line 2140 of file glueiface.h.

Referenced by IntUnregisterEventInjectionHandler().

◆ UnregisterIntroCallHandler

PFUNC_IntUnregisterIntroCallHandler _GLUE_IFACE::UnregisterIntroCallHandler

Definition at line 2115 of file glueiface.h.

Referenced by IntUnregisterIntroCallHandler().

◆ UnregisterIntroTimerHandler

PFUNC_IntUnregisterVmxTimerHandler _GLUE_IFACE::UnregisterIntroTimerHandler

Definition at line 2119 of file glueiface.h.

Referenced by IntUnregisterVmxTimerHandler().

◆ UnregisterMSRHandler

PFUNC_IntUnregisterMSRHandler _GLUE_IFACE::UnregisterMSRHandler

Definition at line 2108 of file glueiface.h.

Referenced by IntUnregisterMSRHandler().

◆ UnregisterXcrWriteHandler

PFUNC_IntUnregisterXcrWriteHandler _GLUE_IFACE::UnregisterXcrWriteHandler

Definition at line 2132 of file glueiface.h.

Referenced by IntUnregisterXcrWriteHandler().

◆ UpdateExceptions

PFUNC_IntUpdateExceptions _GLUE_IFACE::UpdateExceptions

Definition at line 2194 of file glueiface.h.

◆ UpdateSupport

PFUNC_IntUpdateSupport _GLUE_IFACE::UpdateSupport

Definition at line 2212 of file glueiface.h.

◆ Version

DWORD _GLUE_IFACE::Version

The version of the interface. Must match GLUE_IFACE_VERSION_1.

Definition at line 2081 of file glueiface.h.


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