QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoAppDisplayName Property

The display name of the application.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoAppDisplayName();
int SetQWCFileInfoAppDisplayName(const char* lpszQWCFileInfoAppDisplayName); Unicode (Windows) LPWSTR GetQWCFileInfoAppDisplayName();
INT SetQWCFileInfoAppDisplayName(LPCWSTR lpszQWCFileInfoAppDisplayName);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoAppDisplayName,setter=setQWCFileInfoAppDisplayName:) NSString* QWCFileInfoAppDisplayName;
- (NSString*)QWCFileInfoAppDisplayName;
- (void)setQWCFileInfoAppDisplayName:(NSString*)newQWCFileInfoAppDisplayName;
#define PID_QBWCSERVER_QWCFILEINFOAPPDISPLAYNAME 3

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 display name of the application. This is use for display purposes in the QB Web Connector UI only.

This property is optional.

Data Type

String

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