struct dtsMessage { intptr_t paramA; intptr_t paramB; const char * strParam; void * ptrParam; long result; long command; };
dtsearch.h
|
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 |
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.
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|