Siliconetics Developer Center 
(609) 7607027
admin@srcsb.com
Untitled Document
SearchSearch:
ClassMethodAddToList


DESCRIPTION:
Add an item into a record list object in file.

ClassCLASS: CFlitBase

PROTOTYPE(S):
bool AddToList(int BaseType, int BaseID, CTag* ItemData, UINT DataSize = sizeof(CTag));


ARGUMENT(S):
int BaseTypeThe base record type.
int BaseIDThe base record id.
CTag* ItemDataA pointer to the item data. Item data must be inherited from CTag class and assigned with record type and id.
UINTThe size of item data. This size must not less than the size of CTag.


RETURN VALUE:
This function always returns true.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: