QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Description Property

Description for this account.

Syntax

ANSI (Cross Platform)
char* GetDescription();
int SetDescription(const char* lpszDescription); Unicode (Windows) LPWSTR GetDescription();
INT SetDescription(LPCWSTR lpszDescription);
@property (nonatomic,readwrite,assign,getter=description,setter=setDescription:) NSString* description;
- (NSString*)description;
- (void)setDescription:(NSString*)newDescription;
#define PID_ACCOUNT_DESCRIPTION 6

INQB_EXTERNAL void* INQB_CALL InQB_Account_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INQB_EXTERNAL int INQB_CALL InQB_Account_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

A textual description for this account.

Data Type

String

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