Links
dtSearch Text Retrieval Engine Programmer's Reference
dtsMessage Structure
Structs, Records, Enums | Send Feedback
struct dtsMessage {
  intptr_t paramA;
  intptr_t paramB;
  const char * strParam;
  void * ptrParam;
  long result;
  long command;
};
File

dtsearch.h

Members
Members 
Description 
intptr_t paramA; 
First integer parameter of the message 
intptr_t paramB; 
Second integer parameter of the message 
const char * strParam; 
String parameter of the message 
void * ptrParam; 
Pointer parameter of the message 
long result; 
Return value to pass back from the callback function 
long command; 
dtsMessageCode value specifying the reason for the callback 
Description

Structure passed to dtsJobBase.pReportCallBack to implement status notification callbacks. The meaning of the arguments depends on the "command" value, which is documented in the dtsMessageCode enum.

Group
Links
You are here: C++ API > Structs, Records, Enums > dtsMessage Structure
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.