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


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

ClassCLASS: CFlitBase

PROTOTYPE(S):
CRecordList* SearchAdv(LPCSTR String, CRecordListHnd *phBuff);


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


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:
ClassMethodSeek, SeekW, ClassMethodSearch, SearchW, ClassMethodFindRecord
Untitled Document
SearchSearch: