QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoIsReadOnly Property

Specifies whether read or read/write access is needed.

Syntax

ANSI (Cross Platform)
int GetQWCFileInfoIsReadOnly();
int SetQWCFileInfoIsReadOnly(int bQWCFileInfoIsReadOnly); Unicode (Windows) BOOL GetQWCFileInfoIsReadOnly();
INT SetQWCFileInfoIsReadOnly(BOOL bQWCFileInfoIsReadOnly);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoIsReadOnly,setter=setQWCFileInfoIsReadOnly:) BOOL QWCFileInfoIsReadOnly;
- (BOOL)QWCFileInfoIsReadOnly;
- (void)setQWCFileInfoIsReadOnly:(BOOL)newQWCFileInfoIsReadOnly;
#define PID_QBWCSERVER_QWCFILEINFOISREADONLY 12

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

Specifies whether read or read/write access is needed.

This property specifies whether your application will need read or read/write access to the company file. The default value is False, meaning both read and write access is required.

Data Type

Boolean

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