QuickBooks Integrator 2020 C++ Edition

Questions / Feedback?

NameEndsWith Property

String which names are to end with.

Syntax

ANSI (Cross Platform)
char* GetNameEndsWith();
int SetNameEndsWith(const char* lpszNameEndsWith); Unicode (Windows) LPWSTR GetNameEndsWith();
INT SetNameEndsWith(LPCWSTR lpszNameEndsWith);
@property (nonatomic,readwrite,assign,getter=nameEndsWith,setter=setNameEndsWith:) NSString* nameEndsWith;
- (NSString*)nameEndsWith;
- (void)setNameEndsWith:(NSString*)newNameEndsWith;
#define PID_OBJSEARCH_NAMEENDSWITH 27

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

Default Value

""

Remarks

String which names are to end with. Limits the search to records with names which end with the string specified by NameEndsWith.

If NameEndsWith is specified none of the other Name properties may be specified.

Only applicable to searches for entity objects.

Data Type

String

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