Events
08 Apr, 15 - 28 May, 07
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the previous sibling item of a specified item in a tree-view control. You can use this macro, or you can explicitly send the TVM_GETNEXTITEM message with the TVGN_PREVIOUS flag.
HTREEITEM TreeView_GetPrevSibling(
HWND hwnd,
HTREEITEM hitem
);
hwnd
Type: HWND
Handle to the tree-view control.
hitem
Type: HTREEITEM
Handle to an item.
Type: HTREEITEM
Returns the handle to the item if successful, or NULL otherwise.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | commctrl.h |
Reference
Events
08 Apr, 15 - 28 May, 07
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!