OfxMessageSuiteV1 Struct Reference
#include <ofxMessage.h>
List of all members.
Detailed Description
The OFX suite that allows a plug-in to pass messages back to a user.
|
Public Attributes |
OfxStatus(* | message )(void *handle, const char *messageType, const char *messageId, const char *format,...) |
| Post a message on the host, using printf style varargs.
|
Member Data Documentation
Post a message on the host, using printf style varargs.
- handle - effect handle (descriptor or instance) the message should be associated with, may be null
- messageType - string describing the kind of message to post, one of the kOfxMessageType* constants
- messageId - plugin specified id to associate with this message. If overriding the message in XML resource, the message is identified with this, this may be NULL, or "", in which case no override will occur,
- format - printf style format string
- ... - printf style varargs list to print
- Returns:
-
The documentation for this struct was generated from the following file: