QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Description Property

A description for the item.

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_ITEM_DESCRIPTION 4

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

Default Value

""

Remarks

A description for the item. If the item is both purchased and sold Description will refer to the sales description, and PurchaseDescription will refer to the purchase description.

Data Type

String

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