LIsis::AcquireMultiCallBack
#include "Ltwrappr.h"
virtual L_INT LIsis::AcquireMultiCallBack(nPage, pszFileName)
L_INT32 nPage; |
/* page number */ |
/* name of the saved file */ |
Handles each image provided by the calling function, LIsis::AcquireMulti.
This function is available in the Document/Medical Toolkits.
Parameter |
Description |
nPage |
Number of the page just acquired. |
pszFileName |
Character string containing the name of the file saved. |
Returns
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Comments
This callback function will be enabled only if you enabled the callback functions by calling LBase::EnableCallBack(TRUE). You can handle the image during this callback. After this function returns, the associated bitmap object's internal BITMAPHANDLE will be re-used for the next image that is acquired.
Required DLLs and Libraries
LTISI For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Functions: |
|
Topics: |
|
|
Example
For an example, refer to LIsis::AcquireMulti.