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


DESCRIPTION:
Recreate the index list for the given parameters.

ClassCLASS: CFlitBase

PROTOTYPE(S):
CIndex* Reindex(int Type, int TextGrpID, int TextID);
CIndexW* ReindexW(int Type, int TextGrpID, int TextID);


ARGUMENT(S):
int TypeThe record type.
int TextGrpIDThe id for the text group.
int TextIDThe id for the text.


RETURN VALUE:
This function returns a pointer to the requested index list. In case of error, it returns null.

EXAMPLE:




COMMENT:
ReindexW is the wide character version of Reindex.

SEE ALSO:
ClassMethodGetIndex, GetIndexW, ClassCIndex, CIndexW
Untitled Document
SearchSearch: