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


DESCRIPTION:
Returns the smallest unused id for given type.

ClassCLASS: CFBSocket

PROTOTYPE(S):
int GetTypeUniqueID(int Type, int StartID = 1);


ARGUMENT(S):
int TypeThe record type. The return id will be sured to be unique for this type.
int StartIDThe start id. The newly generated id will never less than this value.


RETURN VALUE:
This function returns the next unused id available for given type.

EXAMPLE:




COMMENT:
Untitled Document
SearchSearch: