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


DESCRIPTION:
Add a new card into FlitBase file.

ClassCLASS: CFlitBase

PROTOTYPE(S):
int AddNewCard(CCard *pCard, CTag* pItemData = NULL, int ItemSize = sizeof(CTag));


ARGUMENT(S):
CCard* pCardA pointer to the card to be added.
CTag* pItemA pointer to item data if it is different than the given card tag.
int ItemSizeThe size of given item. The default value is the size of CTag.


RETURN VALUE:
This function returns the new card id.

EXAMPLE:




COMMENT:
This function will assign a new unique id to the given record and it will affected the original record as well.

SEE ALSO:
ClassCCard
Untitled Document
SearchSearch: