QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

ConnectedToQB Property

Opens or closes a persistent connection to QuickBooks.

Syntax

ANSI (Cross Platform)
int GetConnectedToQB();

Unicode (Windows)
BOOL GetConnectedToQB();
@property (nonatomic,readonly,assign,getter=connectedToQB) BOOL connectedToQB;
- (BOOL)connectedToQB;
#define PID_QBCONNECTOR_CONNECTEDTOQB 6

INQB_EXTERNAL void* INQB_CALL InQB_QBConnector_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

FALSE

Remarks

You may use this property to determine whether the class is currently connected to QuickBooks.

This property is read-only and not available at design time.

Data Type

Boolean

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