DLGBITMAPLIST

Summary

The DLGBITMAPLIST structure contains information about and references to bitmaps contained in a bitmap list used by a LEAD common dialog.

Syntax

typedef struct _DLGBITMAPLIST 
{ 
   L_UINT uStructSize; 
   LPDLGBITMAPLISTITEM pBitmapList; 
   L_INT nCount; 
} DLGBITMAPLIST, * LPDLGBITMAPLIST; 

Members

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.

Usage

See Also

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Common Dialog C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.