QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Status Event

Shows the status of the server as clients connect and transactions are made.

Syntax

ANSI (Cross Platform)
virtual int FireStatus(QBConnectorStatusEventParams *e);
typedef struct {
int ConnectionId;
const char *Message; int reserved; } QBConnectorStatusEventParams; Unicode (Windows) virtual INT FireStatus(QBConnectorStatusEventParams *e);
typedef struct {
INT ConnectionId;
LPCWSTR Message; INT reserved; } QBConnectorStatusEventParams;
- (void)onStatus:(int)connectionId :(NSString*)message;
#define EID_QBCONNECTOR_STATUS 12

virtual INT INQB_CALL FireStatus(INT &iConnectionId, LPSTR &lpszMessage);

Remarks

The event is fired for informational and logging purposes only.

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