typedef struct _DLGBITMAPLIST
{
L_UINT uStructSize;
LPDLGBITMAPLISTITEM pBitmapList;
L_INT nCount;
} DLGBITMAPLIST,* LPDLGBITMAPLIST;
The DLGBITMAPLIST structure contains information about and references to bitmaps contained in a bitmap list used by a LEAD common dialog.
Size of this structure, in bytes. Use the sizeof operator to calculate this value.
Pointer to a list of DLGBITMAPLISTITEM structures that contains the bitmap list used by a LEAD Common Dialog.
Number of DLGBITMAPLISTITEM items in the DLGBITMAPLIST list.