QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

QWCFileInfoOwnerId Property

This property specifies an Id which identifies your application.

Syntax

ANSI (Cross Platform)
char* GetQWCFileInfoOwnerId();
int SetQWCFileInfoOwnerId(const char* lpszQWCFileInfoOwnerId); Unicode (Windows) LPWSTR GetQWCFileInfoOwnerId();
INT SetQWCFileInfoOwnerId(LPCWSTR lpszQWCFileInfoOwnerId);
@property (nonatomic,readwrite,assign,getter=QWCFileInfoOwnerId,setter=setQWCFileInfoOwnerId:) NSString* QWCFileInfoOwnerId;
- (NSString*)QWCFileInfoOwnerId;
- (void)setQWCFileInfoOwnerId:(NSString*)newQWCFileInfoOwnerId;
#define PID_QBWCSERVER_QWCFILEINFOOWNERID 14

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 an Id which identifies your application.

This format of this value must adhere to the GUIDTYPE defined in the QuickBooks SDK. The format is

{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
where X is a hexadecimal digit. For example:
{6B063959-81B0-4622-85D6-F548C8CCB517}

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]