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


DESCRIPTION:
Insert a record at the given position.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
int Insert(CRecord* pRsc, int Pos);


ARGUMENT(S):
CRecord* pRscA pointer to the record to be inserted.
int PosThe position to insert the record.


RETURN VALUE:
THis function return the value greater the -1 if succeed. Otherwise it returns -1 indicates an error.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: