SftTree/DLL 6.5

Dependent

Softel vdm, Inc.

Returns dependent item information for a parent item.

C

int WINAPI SftTree_GetDependent(HWND hwndCtl, int index, int type);
int WINAPI SftTreeSplit_GetDependent(HWND hwndCtl, int index, int type);

C++

int CSftTree::GetDependent(int index, int type) const;
int CSftTreeSplit::GetDependent(int index, int type) const;

Parameters

hwndCtl

The window handle of the tree control.

index

The zero-based index of the parent item for which dependent item information is to be retrieved.

type

A value indicating the type of dependent item information to retrieve.

SFTTREE_DEPENDENT_FIRST

Retrieves the index of the first dependent.

SFTTREE_DEPENDENT_LAST

Retrieves the index of the last dependent.

Returns

The return value is the index of the requested dependent item or -1 if the specified item doesn't have any dependents.

Comments

The GetDependent function returns dependent item information for a parent item.

The index returned is not necessarily an immediate dependent.  The dependent retrieved may be at any level below the parent item level, not just at the next lower level. 

See Also  C/C++ API  |  CategoriesNotifications

 


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