QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoNotify Property

Determines if notification are allowed.

Syntax

ANSI (Cross Platform)
int GetQWCFileInfoNotify();
int SetQWCFileInfoNotify(int bQWCFileInfoNotify); Unicode (Windows) BOOL GetQWCFileInfoNotify();
INT SetQWCFileInfoNotify(BOOL bQWCFileInfoNotify);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoNotify,setter=setQWCFileInfoNotify:) BOOL QWCFileInfoNotify;
- (BOOL)QWCFileInfoNotify;
- (void)setQWCFileInfoNotify:(BOOL)newQWCFileInfoNotify;
#define PID_QBWCSERVER_QWCFILEINFONOTIFY 13

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

FALSE

Remarks

Determines if notification are allowed.

This property determines if system tray notification pop-ups are allowed at the application level. The default value is False.

Data Type

Boolean

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