QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

CompanyName Property

Company name.

Syntax

ANSI (Cross Platform)
char* GetCompanyName();

Unicode (Windows)
LPWSTR GetCompanyName();
@property (nonatomic,readonly,assign,getter=companyName) NSString* companyName;
- (NSString*)companyName;
#define PID_COMPANY_COMPANYNAME 2

INQB_EXTERNAL void* INQB_CALL InQB_Company_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

The name of the QuickBooks company.

This property is read-only.

Data Type

String

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