Close
dtSearch Text Retrieval Engine Programmer's Reference
MessageCode Enumeration

MessageCodes are sent to callback functions during an index or search to update the caller on the status of the job.

API
C++

Sent through dtsJobBase.pReportCallBack. See dtsMessage for documentation on structures passed to the callback.

.NET

Sent through IIndexStatusHandler and ISearchStatusHandler

Java

Sent through IIndexStatusHandler

File: dtsearch.h

Syntax
C++
enum MessageCode { dtsnCheckForAbort = 1001, dtsnJobClose = 1003, dtsnFirstSearchStatusMessage = 2000, dtsnSearchBegin, dtsnSearchDone, dtsnSearchWhere, dtsnSearchFound, dtsnSearchUpdateTime, dtsnSearchFileEncrypted, dtsnSearchFileCorrupt, dtsnSearchFileDone, dtsnIndexBegin = 3001, dtsnIndexDone, dtsnIndexCreate, dtsnIndexCheckingFiles, dtsnIndexToAddUpdate, dtsnIndexAdded, dtsnIndexStartingFile, dtsnIndexFileProgress, dtsnIndexFileDone, dtsnIndexFileOpenFail, dtsnIndexFileBinary, dtsnIndexMergeProgress, dtsnIndexCompressProgress, dtsnIndexFileEncrypted, dtsnIndexStoringWords, dtsnIndexStartingUpdate, dtsnIndexFilePartiallyEncrypted, dtsnIndexFilePartiallyCorrupt, dtsnAutoCommitBegin, dtsnAutoCommitDone, dtsnIndexDeletedFileRemoved, dtsnIndexListedFileRemoved, dtsnIndexListedFileNotRemoved, dtsnIndexFolderInaccessible, dtsnIndexBeginThread, dtsnIndexEndThread, dtsnIndexMergeJobProgress, dtsnIndexVerifyProgress };