QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoAppId Property

The application Id.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoAppId();
int SetQWCFileInfoAppId(const char* lpszQWCFileInfoAppId); Unicode (Windows) LPWSTR GetQWCFileInfoAppId();
INT SetQWCFileInfoAppId(LPCWSTR lpszQWCFileInfoAppId);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoAppId,setter=setQWCFileInfoAppId:) NSString* QWCFileInfoAppId;
- (NSString*)QWCFileInfoAppId;
- (void)setQWCFileInfoAppId:(NSString*)newQWCFileInfoAppId;
#define PID_QBWCSERVER_QWCFILEINFOAPPID 4

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

The application Id. This value is passed to QuickBooks or QuickBooks POS when a connection is opened, however it is not used at the time of this writing.

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]