Partager via


TVM_GETISEARCHSTRING (Windows CE 5.0)

Send Feedback

This message retrieves the incremental search string for a tree view control. The tree view control uses the incremental search string to select an item based on characters entered by the user. You can send this message explicitly or by using the TreeView_GetISearchString macro.

TVM_GETISEARCHSTRINGwParam = 0;lParam=(LPARAM)(LPSTR)lpsz;

Parameters

  • lpsz
    Long pointer to the buffer that receives the incremental search string.

Return Values

The return value indicates the number of characters in the incremental search string.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

TreeView_GetISearchString

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.