Send this message to cancel the progress of a database load/save that was started with either the L_ILM_LOADDATABASE or L_ILM_SAVEDATABASE message.
Ignored, use 0.
Ignored, use 0.
Value | Meaning |
---|---|
SUCCESS | Function was successful |
< 0 | An error occurred. Refer to Return Codes. |
Send this message to the control while processing either the L_ILN_LOADDBSTATUS or L_ILN_SAVEDBSTATUS notification commands in order to stop the database process.
The associated macro is:
For a complete list of available macros, refer to the Ltlst.h file.
NOTE this is not a complete sample, and is meant only to show you a way in which this message can be used .
L_INT ILM_CANCELDBExample(HWND hCtrl,WPARAM wParam)
{
if((HIWORD(wParam) == L_ILN_LOADDBSTATUS) ||
(HIWORD(wParam) == L_ILN_SAVEDBSTATUS))
{
static int x=0;
x++;
if(x>2)//stop after loading/saving 3 items
L_ImgListCancelDB(hCtrl);
}
return SUCCESS;
}
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document