ESET Online Help

Search
Select the category
Select the topic

ApiCall

Returns information about API calls.

Property

Type

Description

Example

ApiName

String

Name of the API called by the process

Supported values are:

SetWinEventHook

RegisterRawInputDevices

SetWindowsHookEx

GetAsyncKeyState

 

Example:

<operations>

    <operation type="SystemApiCall">

        <condition component="ApiCall" property="ApiName" condition="is" value="RegisterRawInputDevice" />

    </operation>

</operations>

Supported Operations and their components:

 

ApiCall

SystemApiCall

X