Bitdefender Hypervisor Memory Introspection
_INTRO_ERROR_CONTEXT Union Reference

The context of an error state. More...

#include <intro_types.h>

Data Fields

struct {
   INTRO_PROCESS   Process
 The process that could not be protected. More...
 
   DWORD   Count
 The number of currently protected processes. More...
 
ProcessProtection
 Process protection errors. More...
 

Detailed Description

The context of an error state.

This is optionally supplied to GLUE_IFACE.NotifyIntrospectionErrorState calls for certain error classes.

Definition at line 2415 of file intro_types.h.

Field Documentation

◆ Count

DWORD _INTRO_ERROR_CONTEXT::Count

The number of currently protected processes.

Definition at line 2424 of file intro_types.h.

Referenced by IntWinProcProtect(), and IntWinProcUpdateProtection().

◆ Process

INTRO_PROCESS _INTRO_ERROR_CONTEXT::Process

The process that could not be protected.

Definition at line 2423 of file intro_types.h.

Referenced by IntWinProcProtect(), and IntWinProcUpdateProtection().

◆ ProcessProtection

struct { ... } _INTRO_ERROR_CONTEXT::ProcessProtection

Process protection errors.

Valid only when the reported error state is intErrProcNotProtectedNoMemory or intErrProcNotProtectedInternalError.

Referenced by IntWinProcProtect(), and IntWinProcUpdateProtection().


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