windows_programming_notes.nbk: Home | Index | Next Page: LVITEM | Previous Page: LPNMLVDISPINFO


 LVCOLUMN

    typedef struct _LVCOLUMN { 
        UINT mask; 
        int fmt; 
        int cx; 
        LPTSTR pszText; 
        int cchTextMax; 
        int iSubItem; 
    #if (_WIN32_IE >= 0x0300)
        int iImage;
        int iOrder;
    #endif
    } LVCOLUMN, FAR *LPLVCOLUMN; 

Members

mask

fmt

cx

pszText

cchTextMax

iSubItem

iImage

iOrder

Remarks


windows_programming_notes.nbk: Home | Index | Next Page: LVITEM | Previous Page: LPNMLVDISPINFO


Notebook exported on Monday, 7 July 2008, 18:56:50 PM Eastern Daylight Time