QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Status Event

Shows the progress of the QuickBooks connection.

Syntax

ANSI (Cross Platform)
virtual int FireStatus(SalesReceiptStatusEventParams *e);
typedef struct {
const char *Message; int reserved; } SalesReceiptStatusEventParams; Unicode (Windows) virtual INT FireStatus(SalesReceiptStatusEventParams *e);
typedef struct {
LPCWSTR Message; INT reserved; } SalesReceiptStatusEventParams;
- (void)onStatus:(NSString*)message;
#define EID_SALESRECEIPT_STATUS 4

virtual INT INQB_CALL FireStatus(LPSTR &lpszMessage);

Remarks

The event is fired for informational and logging purposes only. Used to track the progress of the connection.

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