DLM_SELECTITEM
4/8/2010
The DLM_SELECTITEM message is sent by an application to retrieve the item associated with the path name selected in the document list.
Syntax
DLM_SELECTITEM
wParam = (WPARAM) (BOOL) fVisible;
lParam = (LPARAM) pszPath;
Parameters
- fVisible
Boolean value that determines whether the item should be visible in the document list view.
- pszPath
Reference to a buffer containing the path name of the item to be selected.
Return Value
Returns one of the standard HRESULT values.
Requirements
Header | doclist.h |
Library | doclist.lib |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Pocket PC 2002 and later |