QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoAppName Property

The name of the application.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoAppName();
int SetQWCFileInfoAppName(const char* lpszQWCFileInfoAppName); Unicode (Windows) LPWSTR GetQWCFileInfoAppName();
INT SetQWCFileInfoAppName(LPCWSTR lpszQWCFileInfoAppName);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoAppName,setter=setQWCFileInfoAppName:) NSString* QWCFileInfoAppName;
- (NSString*)QWCFileInfoAppName;
- (void)setQWCFileInfoAppName:(NSString*)newQWCFileInfoAppName;
#define PID_QBWCSERVER_QWCFILEINFOAPPNAME 5

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

The name of the application. This name is displayed in the QB Web Connector UI. It is also the name supplied to QuickBooks when a connection is created.

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]