Links
dtSearch Text Retrieval Engine Programmer's Reference 7.70
dtsErrorInfo::setNotify Method
dtsErrorInfo Structure | dtsErrorInfo Structure | Send Feedback

Attaches a callback notification function to the dtsErrorInfo.

void setNotify(int (*aNotifyFn)(dtsErrorInfo *pHandler));
Description

Each time an error occurs during searching or indexing, the function provided will be called with a pointer to the dtsErrorInfo as the only parameter. Instance data can be accessed through the pUserData member of the dtsErrorInfo.

Structure
Links
You are here: C++ API > Classes > dtsErrorInfo Structure > dtsErrorInfo::setNotify Method
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.