QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoAppDescription Property

A brief description of the application.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoAppDescription();
int SetQWCFileInfoAppDescription(const char* lpszQWCFileInfoAppDescription); Unicode (Windows) LPWSTR GetQWCFileInfoAppDescription();
INT SetQWCFileInfoAppDescription(LPCWSTR lpszQWCFileInfoAppDescription);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoAppDescription,setter=setQWCFileInfoAppDescription:) NSString* QWCFileInfoAppDescription;
- (NSString*)QWCFileInfoAppDescription;
- (void)setQWCFileInfoAppDescription:(NSString*)newQWCFileInfoAppDescription;
#define PID_QBWCSERVER_QWCFILEINFOAPPDESCRIPTION 2

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

""

Remarks

A brief description of the application. This will be displayed in the QB Web Connector UI. For the best results use a value less than 80 characters in length.

This property is required.

Data Type

String

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