QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

Note Property

Note line of the address aggregate.

Syntax

ANSI (Cross Platform)
char* GetNote();
int SetNote(const char* lpszNote); Unicode (Windows) LPWSTR GetNote();
INT SetNote(LPCWSTR lpszNote);
@property (nonatomic,readwrite,assign,getter=note,setter=setNote:) NSString* note;
- (NSString*)note;
- (void)setNote:(NSString*)newNote;
#define PID_ADDRESS_NOTE 9

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

Default Value

""

Remarks

Not all classs support this Note line in the address aggregate. For those that do, QBXMLVersion must be "6.0" or greater to use this property.

Data Type

String

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