ARPluginDeleteInstance


Description

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

Synopsis

#include "arplugin.h"

int ARPluginDeleteInstance(
  void *object,
  ARStatusList *status)

Return arguments

object

A pointer to the plug-in instance that must to be deleted. 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 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*