OfxMessageSuiteV2::clearPersistentMessage
— Clears any persistent message on an effect handle that was set by
OfxMessageSuiteV2::setPersistentMessage
. New for V2 message suite.
#include "ofxMessage.h"
OfxStatus
(*clearPersistentMessage)
(
|
void *
handle
)
;
|
\returns
kOfxStatOK
- if the message was sucessfully cleared
kOfxStatErrBadHandle
- the handle was rubbish
kOfxStatFailed
- if the message could not be cleared for some reason
Clearing a message will clear any associated error state.