Commit 84c494bd authored by Jason Mawdsley's avatar Jason Mawdsley Committed by Alexandre Julliard

Added support for typing the filename in the listview control and

having the control select it.
parent eac0e183
......@@ -74,6 +74,13 @@ typedef struct tagLISTVIEW_INFO
BOOL bDoEditLabel;
EDITLABEL_ITEM *pedititem;
DWORD dwHoverTime;
WPARAM charCode; /* Added */
CHAR szSearchParam[ MAX_PATH ]; /* Added */
DWORD timeSinceLastKeyPress; /* Added */
INT nSearchParamLength; /* Added */
} LISTVIEW_INFO;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment