QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

SSLStatus Event

Shows the progress of the secure connection.

Syntax

ANSI (Cross Platform)
virtual int FireSSLStatus(QBConnectorSSLStatusEventParams *e);
typedef struct {
int ConnectionId;
const char *Message; int reserved; } QBConnectorSSLStatusEventParams; Unicode (Windows) virtual INT FireSSLStatus(QBConnectorSSLStatusEventParams *e);
typedef struct {
INT ConnectionId;
LPCWSTR Message; INT reserved; } QBConnectorSSLStatusEventParams;
- (void)onSSLStatus:(int)connectionId :(NSString*)message;
#define EID_QBCONNECTOR_SSLSTATUS 11

virtual INT INQB_CALL FireSSLStatus(INT &iConnectionId, 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]