OfxMessageSuiteV2::message
— Post a transient message on the host, using printf style varargs. Same as the V1 message suite call.
#include "ofxMessage.h"
OfxStatus
(*message)
(
|
void * handle , |
const char * messageType , | |
const char * messageId , | |
const char * format , | |
...
)
;
|
\returns
kOfxStatOK
- if the message was sucessfully posted
kOfxStatReplyYes
- if the message was of type kOfxMessageQuestion and the user reply yes
kOfxStatReplyNo
- if the message was of type kOfxMessageQuestion and the user reply no
kOfxStatFailed
- if the message could not be posted for some reason