Edit

Share via


MPTHREAT_INFOEX_BEHAVIOR structure

Contains behavior modification-specific information.

Syntax

typedef struct tagMPTHREAT_INFOEX_BEHAVIOR {
  ULARGE_INTEGER         SignatureID;
  ULONGLONG              EngineVersion;
  ULONGLONG              ASDeltaSignatureVersion;
  ULONGLONG              AVDeltaSignatureVersion;
  MP_HASH_TYPE           HashType;
  DWORD                  FidelityValue;
  MP_MIDL_STRING  LPWSTR HashValue;
  MP_MIDL_STRING  LPWSTR TargetFileName;
  MP_MIDL_STRING  LPWSTR TargetFileHash;
} MPTHREAT_INFOEX_BEHAVIOR, *PMPTHREAT_INFOEX_BEHAVIOR;

Members

SignatureID

Type: ULARGE_INTEGER

Behavior modification signature ID given by the engine at the time of detection.

EngineVersion

Type: ULONGLONG

Engine module version.

ASDeltaSignatureVersion

Type: ULONGLONG

Antispyware signature version.

AVDeltaSignatureVersion

Type: ULONGLONG

Antivirus signature version

HashType

Type: MP_HASH_TYPE

Hash type used. See MP_HASH_TYPE.

FidelityValue

Type: DWORD

Fidelity value.

HashValue

Type: MP_MIDL_STRING LPWSTR

The hash of the file.

TargetFileName

Type: MP_MIDL_STRING LPWSTR

The path and name of the targeted file.

TargetFileHash

Type: MP_MIDL_STRING LPWSTR

The hash of the targeted file.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
MpClient.h

See also

MP_HASH_TYPE