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


DESCRIPTION:
Retrieve the index for the given parameters.

ClassCLASS: CFBSocket

PROTOTYPE(S):
CIndex* GetIndex(CRecordHnd* phBuff, int Type, int TextGrpID = 0, int TextID = 0);


ARGUMENT(S):
CRecordHnd* phBuffA pointer to a record handler to hold the result.
int TypeThe record type. If the value is 0, then the record type will be ignored.
int TextGrpIDThe text group id used to find the index. If the value is 0, this parameter will be ignored.
int TextIDThe text id used to find the index. If the value is 0, this parameter will be ignored.


RETURN VALUE:
This funtion returns a pointer to the requested index. In case of error, this funtion retruns null.

EXAMPLE:




COMMENT:
This function will search and returns the first index that matched to the given parameters.
Untitled Document
SearchSearch: