OfxMessageSuiteV2
— The OFX suite that allows a plug-in to pass messages back to a user.
#include "ofxMessage.h" typedef struct OfxMessageSuiteV2 { OfxStatus (*message)(void *handle, const char *messageType, const char *messageId, const char *format, ...); OfxStatus (*setPersistentMessage)(void *handle, const char *messageType, const char *messageId, const char *format, ...); OfxStatus (*clearPersistentMessage)(void *handle); } OfxMessageSuiteV2;