Default language.

ARPluginDeleteInstance


Description

When a thread encounters an exception, the plug-in server calls this optional function to free resources associated with the instance. Define this function only if your plug-in needs to free resources associated with this instance.

Synopsis


#include "arplugin.h"

int ARPluginDeleteInstance(
  void *object,
  ARStatusList *status)

Return arguments

object

Pointer to the plug-in instance to delete. This is the object that the server returns when it executes the ARPluginCreateInstance call.

status

List of zero or more notes, warnings, or errors generated from a call to this function. For a description of all possible values, see Error-checking.

See also

ARPluginCreateInstance, ARPluginIdentify, ARPluginInitialization, ARPluginTermination.

 

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