Contents

AuthorizationPluginRef

A handle passed by the plug-in to the authorization engine when the plug-in is initiated.

Declaration

typedef void * AuthorizationPluginRef;

Discussion

Your AuthorizationPluginCreate function assigns this value and returns it to the authorization engine. The authorization engine passes this reference back to you in any subsequent calls to your MechanismCreate and PluginDestroy functions.