Bitdefender Hypervisor Memory Introspection
_SIG_PROCESS_CREATION Struct Reference

Describes a process-creation signature. More...

#include <exceptions.h>

Data Fields

LIST_ENTRY Link
 
EXCEPTION_SIGNATURE_ID Id
 An unique id (EXCEPTION_SIGNATURE_ID). More...
 
DWORD Flags
 Contains any flags from SIGNATURE_FLG. More...
 
BOOLEAN AlertSignature
 True if the signature is added from alert. More...
 
DWORD CreateMask
 Contains the DPI mask. More...
 

Detailed Description

Describes a process-creation signature.

Definition at line 574 of file exceptions.h.

Field Documentation

◆ AlertSignature

BOOLEAN _SIG_PROCESS_CREATION::AlertSignature

True if the signature is added from alert.

Definition at line 581 of file exceptions.h.

Referenced by IntUpdateAddProcessCreationSignature(), and IntUpdateCreateProcessCreationSignatureFromAlert().

◆ CreateMask

DWORD _SIG_PROCESS_CREATION::CreateMask

◆ Flags

DWORD _SIG_PROCESS_CREATION::Flags

◆ Id

◆ Link

LIST_ENTRY _SIG_PROCESS_CREATION::Link

Definition at line 576 of file exceptions.h.

Referenced by IntUpdateAddProcessCreationSignature(), and IntUpdateAddUmException().


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