typedef struct _LILIMPORTBITMAPLIST
{
L_UINT uStructSize;
HBITMAPLIST hList;
L_INT nStartIndex;
L_INT nItemsToInsert;
L_TCHAR * pText;
L_TCHAR * pTextExt;
} LILIMPORTBITMAPLIST, * pLILIMPORTBITMAPLIST;
The LILIMPORTBITMAPLIST structure contains the list of bitmaps to be imported (inserted) into an ImageList Control with information about the start index and number of bitmaps to import (insert).
Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.
Handle to the bitmap list that contains the bitmaps to be imported in the Image List control.
Index of the first bitmap in the hList to be imported..
Number of bitmaps to be imported, starting from nStartIndex.Note: (nStartIndex + nItemsToInsert) should not exceed the number of bitmaps in the hList member.
Character string that contains the text for the bitmaps to be imported.
Character string that contains the extra text for the bitmaps to be imported.
The structure is used by:
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