SftTree/DLL 6.5

SFTTREE_ROWINFOPARM

Softel vdm, Inc.

The SFTTREE_ROWINFOPARM structure is used as parameter for GetRowInfo and SetRowInfo to retrieve and set row header attributes.

typedef struct tagSftTreeRowInfoParm {
    int version;                        // structure version
    int index;                          // item index
    SFTTREE_ROW Row;                    // row header information
} SFTTREE_ROWINFOPARM, * LPSFTTREE_ROWINFOPARM;
typedef const SFTTREE_ROWINFOPARM * LPCSFTTREE_ROWINFOPARM;

Members

version

The structure version number.  Must be set to the value 5.

index

An integer value specifying the zero-based index of the item whose attributes are to be set or retrieved.  This value can be set to -1 to register a row header picture size.  See SetRowInfo for more information.

Row

The SFTTREE_ROW structure describing the row header of the specified item.

Comments

The SFTTREE_ROWINFOPARM structure is used as parameter for GetRowInfo and SetRowInfo to retrieve and set row header attributes.

See Also  C/C++ API  |  CategoriesNotifications

 


Feedback / comments / error reports for this topic
© 2009 - Softel vdm, Inc. - www.softelvdm.com