QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ServerVersion Event

Fires when QuickBooks Web Connector requests the version of your application.

Syntax

ANSI (Cross Platform)
virtual int FireServerVersion(QBWCServerServerVersionEventParams *e);
typedef struct {
char *Version; int reserved; } QBWCServerServerVersionEventParams; Unicode (Windows) virtual INT FireServerVersion(QBWCServerServerVersionEventParams *e);
typedef struct {
LPWSTR Version; INT reserved; } QBWCServerServerVersionEventParams;
- (void)onServerVersion:(NSString**)version;
#define EID_QBWCSERVER_SERVERVERSION 12

virtual INT INQB_CALL FireServerVersion(LPSTR &lpszVersion);

Remarks

This event fires when QuickBooks Web Connector requests the version of your application.

Version may be set to any string value. The value you specify will be displayed to the user when they click the more information link in QuickBooks Web Connector.

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