ARPluginEvent


Description

A call to this optional function notifies the plug-in that events have occurred. The plug-in can use this function to react to configuration changes.

Here, in order to be thread-safe, the plug-in must protect any global information or resources accessed with appropriate mutual exclusion locks.


Synopsis

#include "area.h"

int ARPluginEvent(
  ARPropList eventID,
  ARStatusList *status)

Input arguments

eventID

The type of event that has occurred.

status

List of zero or more notes, warnings, or errors generated from a call made to this function.

For a description of all possible values, see Error-checking.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*