QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Header Event

HTTP headers sent by the client.

Syntax

ANSI (Cross Platform)
virtual int FireHeader(QBConnectorHeaderEventParams *e);
typedef struct {
int ConnectionId;
const char *Header;
const char *Value; int reserved; } QBConnectorHeaderEventParams; Unicode (Windows) virtual INT FireHeader(QBConnectorHeaderEventParams *e);
typedef struct {
INT ConnectionId;
LPCWSTR Header;
LPCWSTR Value; INT reserved; } QBConnectorHeaderEventParams;
- (void)onHeader:(int)connectionId :(NSString*)header :(NSString*)value;
#define EID_QBCONNECTOR_HEADER 6

virtual INT INQB_CALL FireHeader(INT &iConnectionId, LPSTR &lpszHeader, LPSTR &lpszValue);

Remarks

When a client connects, this event will fire for each HTTP header received.

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