#include <ofxCore.h>
This structure contains what is needed by a plug-in to bootstrap it's connection to the host.
Public Attributes | |
| OfxPropertySetHandle | host |
| Global handle to the host. Extract relevant host properties from this. This pointer will be valid while the binary containing the plug-in is loaded. | |
| void *(* | fetchSuite )(OfxPropertySetHandle host, const char *suiteName, int suiteVersion) |
| The function which the plug-in uses to fetch suites from the host. | |
|
|
The function which the plug-in uses to fetch suites from the host.
Repeated calls to fetchSuite with the same parameters will return the same pointer. returns
|
|
|
Global handle to the host. Extract relevant host properties from this. This pointer will be valid while the binary containing the plug-in is loaded.
|