OFXAppVersion Property

OFX application version.

Syntax

ANSI (Cross Platform)
char* GetOFXAppVersion();
int SetOFXAppVersion(const char* lpszOFXAppVersion); Unicode (Windows) LPWSTR GetOFXAppVersion();
INT SetOFXAppVersion(LPCWSTR lpszOFXAppVersion);
@property (nonatomic,readwrite,assign,getter=OFXAppVersion,setter=setOFXAppVersion:) NSString* OFXAppVersion;
- (NSString*)OFXAppVersion;
- (void)setOFXAppVersion:(NSString*)newOFXAppVersion;
#define PID_CCSTATEMENT_OFXAPPVERSION 38

IPWORKSOFX_EXTERNAL void* IPWORKSOFX_CALL IPWorksOFX_CCStatement_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSOFX_EXTERNAL int IPWORKSOFX_CALL IPWorksOFX_CCStatement_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This is the version of the user's OFX application.

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OFX 2020 C++ Edition - Version 20.0 [Build 7941]