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


DESCRIPTION:
Advance record search using the build in search engine system.

ClassCLASS: CFBSocket

PROTOTYPE(S):
CRecordList* SearchAdv(CRecordHnd* hBuff, LPCSTR String);


ARGUMENT(S):
CRecordHnd* hBuffA pointer to a record handler to hold the result.
LPCSTR StringThe keyword to be used for searching.


RETURN VALUE:
This function returns a pointer to a record list containing the search result.

EXAMPLE:




COMMENT:
This function do the search using special search index generated by hashing the phrases. This is different than FindRecord function which using normal index list to find the requested record..

SEE ALSO:
ClassMethodFindRecord
Untitled Document
SearchSearch: