QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoUpdateInterval Property

This property specifies the desired update interval in seconds.

Syntax

ANSI (Cross Platform)
int GetQWCFileInfoUpdateInterval();
int SetQWCFileInfoUpdateInterval(int iQWCFileInfoUpdateInterval); Unicode (Windows) INT GetQWCFileInfoUpdateInterval();
INT SetQWCFileInfoUpdateInterval(INT iQWCFileInfoUpdateInterval);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoUpdateInterval,setter=setQWCFileInfoUpdateInterval:) int QWCFileInfoUpdateInterval;
- (int)QWCFileInfoUpdateInterval;
- (void)setQWCFileInfoUpdateInterval:(int)newQWCFileInfoUpdateInterval;
#define PID_QBWCSERVER_QWCFILEINFOUPDATEINTERVAL 17

INQB_EXTERNAL void* INQB_CALL InQB_QBWCServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_QBWCServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

This property specifies the desired update interval in seconds. If set to a positive value the QuickBooks Web Connector will automatically enable the "Auto-Run" option when adding the application, and the "Every_Min" value will be set to the nearest minute value. The default value is 0, which means this option will not be included in the created file.

This property is optional.

Data Type

Integer

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