QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoCertURL Property

This property specifies a URL which is used by the QuickBooks Web Connector to obtain and validate the SSL certificate.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoCertURL();
int SetQWCFileInfoCertURL(const char* lpszQWCFileInfoCertURL); Unicode (Windows) LPWSTR GetQWCFileInfoCertURL();
INT SetQWCFileInfoCertURL(LPCWSTR lpszQWCFileInfoCertURL);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoCertURL,setter=setQWCFileInfoCertURL:) NSString* QWCFileInfoCertURL;
- (NSString*)QWCFileInfoCertURL;
- (void)setQWCFileInfoCertURL:(NSString*)newQWCFileInfoCertURL;
#define PID_QBWCSERVER_QWCFILEINFOCERTURL 10

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 specifies a URL which is used by the QuickBooks Web Connector to obtain and validate the SSL certificate. This is typically only used when the *rpCertURL; is not the web server where your application is running.

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]