TuttleOFX
1
|
The OFX suite that allows a plug-in to pass messages back to a user. The V2 suite extends on this in a backwards compatible manner. More...
#include <ofxMessage.h>
Data Fields | |
OfxStatus(* | message )(void *handle, const char *messageType, const char *messageId, const char *format,...) |
Post a message on the host, using printf style varargs. |
The OFX suite that allows a plug-in to pass messages back to a user. The V2 suite extends on this in a backwards compatible manner.
Definition at line 90 of file ofxMessage.h.
OfxStatus( * OfxMessageSuiteV1::message)(void *handle, const char *messageType, const char *messageId, const char *format,...) |
Post a message on the host, using printf style varargs.
Definition at line 107 of file ofxMessage.h.
Referenced by OFX::ImageEffect::sendMessage().