BLISTINFO
typedef struct tagBLISTINFO
{
   L_INT nWidth;
   L_INT nHeight;
   L_UINT uViewPerspective;
   L_UINT uCurrentIndex;
   L_BOOL bGlobalBackground; 
 
   COLORREF crBackground;
   L_BOOL bGlobalLoop;
   L_UINT uGlobalLoop;
   L_BOOL bGlobalPalette; 
 
   RGBQUAD Palette[256];
} BLISTINFO, L_FAR * LPBLISTINFO;
| Member | Description | 
| nWidth | Global width for the bitmap list items. | 
| nHeight | Global height for the bitmap list items. | 
| uViewPerspective | View perspective for the bitmap list items. | 
| uCurrentIndex | Current index for the bitmap list object. | 
| bGlobalBackground | TRUE if the bitmap list has a global background. | 
| crBackground | The background color for the bitmap list items. | 
| bGlobalLoop | TRUE if the bitmap list has a global loop. | 
| uGlobalLoop | The value of the global loop for the bitmap list. | 
| bGlobalPalette | TRUE if the bitmap list has a global palette. | 
| Palette[256] | Global palette entries for the bitmap list. |