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


DESCRIPTION:
Add a new card record into remote database.

ClassCLASS: CFBSocket

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


ARGUMENT(S):
CCard* pCardA pointer to the card to be added into database.
CTag* pItemDataA pointer to the item data to be inserted into list.
int ItemSizeThe size of the item data.


RETURN VALUE:
This function returns the id newly assingned to the card.

EXAMPLE:




COMMENT:
This function will altered the original record id.
Untitled Document
SearchSearch: