OFXAppId Property

OFX application identifier.

Syntax

ANSI (Cross Platform)
char* GetOFXAppId();
int SetOFXAppId(const char* lpszOFXAppId); Unicode (Windows) LPWSTR GetOFXAppId();
INT SetOFXAppId(LPCWSTR lpszOFXAppId);
@property (nonatomic,readwrite,assign,getter=OFXAppId,setter=setOFXAppId:) NSString* OFXAppId;
- (NSString*)OFXAppId;
- (void)setOFXAppId:(NSString*)newOFXAppId;
#define PID_BANKSTATEMENT_OFXAPPID 37

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

Default Value

""

Remarks

This is the unique identifier 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]