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


DESCRIPTION:
Add a unique dummy tag.

ClassCLASS: CRecArrayHnd

PROTOTYPE(S):
bool SearchAddDummyTag(int Type, int ID);
bool SearchAddDummyTag(CTag TID);


ARGUMENT(S):
int TypeTag type to be add.
int IDTag id to be added.
CTag TIDTag to be added.


RETURN VALUE:
Returns true if the new tag was added. Returns false if the given tag already existed.

EXAMPLE:




COMMENT:
This function adds the tag only if the equivalent tag does not existed. THis will make sure only a copy of the identical tag existing in the array.
Untitled Document
SearchSearch: