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


DESCRIPTION:
Replace dummy tag at specified position.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
int ReplaceDummyTag(int Type, int ID, int Pos);
int ReplaceDummyTag(CTag TID, int Pos);


ARGUMENT(S):
int TypeNew tag type.
int IDNew tag id.
TIDNew tag.
int PosThe position to place the tag. The existing tag on that position will be overwrite.


RETURN VALUE:
Always returns true.

EXAMPLE:




COMMENT:
This function will replace existing tag at given position with a new supplied tag. If the position is invalid or out of range, the new tag will be added at the end of the array.
Untitled Document
SearchSearch: