QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoAppUniqueName Property

If this property is set the QuickBooks Web Connector will not use its clone/replace model for the AppName and will instead use the replace routine.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoAppUniqueName();
int SetQWCFileInfoAppUniqueName(const char* lpszQWCFileInfoAppUniqueName); Unicode (Windows) LPWSTR GetQWCFileInfoAppUniqueName();
INT SetQWCFileInfoAppUniqueName(LPCWSTR lpszQWCFileInfoAppUniqueName);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoAppUniqueName,setter=setQWCFileInfoAppUniqueName:) NSString* QWCFileInfoAppUniqueName;
- (NSString*)QWCFileInfoAppUniqueName;
- (void)setQWCFileInfoAppUniqueName:(NSString*)newQWCFileInfoAppUniqueName;
#define PID_QBWCSERVER_QWCFILEINFOAPPUNIQUENAME 7

INQB_EXTERNAL void* INQB_CALL InQB_QBWCServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_QBWCServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

If this property is set the QuickBooks Web Connector will not use its clone/replace model for the QWCFileInfoAppName and will instead use the replace routine.

This property is optional.

Data Type

String

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