QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoUser Property

This property species the user.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoUser();
int SetQWCFileInfoUser(const char* lpszQWCFileInfoUser); Unicode (Windows) LPWSTR GetQWCFileInfoUser();
INT SetQWCFileInfoUser(LPCWSTR lpszQWCFileInfoUser);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoUser,setter=setQWCFileInfoUser:) NSString* QWCFileInfoUser;
- (NSString*)QWCFileInfoUser;
- (void)setQWCFileInfoUser:(NSString*)newQWCFileInfoUser;
#define PID_QBWCSERVER_QWCFILEINFOUSER 18

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

This property species the user. When QuickBooks Web Connector connects to your application and ProcessRequest is called the Authenticate event will fire and the user and password will be available to you for verification.

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]