Attaches a callback notification function to the dtsErrorInfo.
void setNotify(int (*aNotifyFn)(dtsErrorInfo *pHandler));
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.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|