Flags

March 5, 2024

ID 201040

Specifies a scanning mode.

Path

KAVScanningSettings > Flags

Attributes

This element has no attributes.

Value

Scanning modes are defined by a combination of flags separated by vertical bars (|). This is a string value.

Possible values:

  • KAV_O_M_PACKED

    Scan compressed executable files.

  • KAV_O_M_ARCHIVED

    Scan archived files.

  • KAV_O_M_MAILBASES

    Scan email database files.

  • KAV_O_M_MAILPLAIN

    Scan email messages.

  • KAV_O_M_HEURISTIC_LEVEL_SHALLOW

    Set the scanning level of the advanced heuristic code analyzer to shallow (the Low level in the graphical user interface).

  • KAV_O_M_HEURISTIC_LEVEL_MEDIUM

    Set the scanning level of the advanced heuristic code analyzer to medium (the Medium level in the graphical user interface).

  • KAV_O_M_HEURISTIC_LEVEL_DETAIL

    Set the scanning level of the advanced heuristic code analyzer to detailed (the High level in the graphical user interface).

  • KAV_O_M_MSOFFICE_MACRO

    Notify the user if a Microsoft Office document file contains a macro.

This element can be empty. In this case, the value of 0 is used.

The default value is KAV_O_M_PACKED | KAV_O_M_ARCHIVED | KAV_O_M_MAILBASES | KAV_O_M_MAILPLAIN | KAV_O_M_HEURISTIC_LEVEL_DETAIL.

Example

The following is an example of this element.

<Flags>KAV_O_M_PACKED | KAV_O_M_ARCHIVED | KAV_O_M_MAILBASES | KAV_O_M_MAILPLAIN | KAV_O_M_HEURISTIC_LEVEL_DETAIL</Flags>

Did you find this article helpful?
What can we do better?
Thank you for your feedback! You're helping us improve.
Thank you for your feedback! You're helping us improve.