Name
hw_GetPluginUserPointer -- get custom data from plugin (V6.0)
Synopsis
APTR userdata = hw_GetPluginUserPointer(hwPluginBase *plugin);
Function
This function allows you to get the value of a plugin's user pointer. This is the value that has been set by calling the hw_SetPluginUserPointer() function. The user pointer can be used to expose a public interface or custom data structures to other plugins. See hw_SetPluginUserPointer for details.

Designer compatibility
Supported since Designer 5.0

Inputs
plugin
plugin whose user pointer should be obtained
Results
userdata
user pointer of the specified plugin

Show TOC