Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS Common Dialog C DLL Help

DLGBITMAPLIST

Show in webframe

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.

Member

Description

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

pBitmapList

Pointer to a list of DLGBITMAPLISTITEM structures that contains the bitmap list used by a LEAD Common Dialog.

nCount

Number of DLGBITMAPLISTITEM items in the DLGBITMAPLIST list.

See Also

Elements:

DLGBITMAPLISTITEM, ADDBITMAPSDLGPARAMS, STITCHDLGPARAMS, UNDERLAYDLGPARAMS, ADDBORDERDLGPARAMS, ADDFRAMEDLGPARAMS, PRINTSTITCHEDIMAGESDLGPARAMS

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.