Name

OfxStatus — type returned to indicate success or failure of an operation.

Synopsis

#include "ofxCore.h"
typedef int OfxStatus; 

Description

Most OFX functions in host suites and all actions in a plug-in return a status code, where the status codes are all 32 bit integers. This typedef is used to label that status code.