DLM_SELECTITEM
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 Values
Returns one of the standard HRESULT values.
Requirements
Pocket PC: Pocket PC 2002 and later.
OS Versions: Windows CE 3.0 and later.
Header: doclist.h.
Library: doclist.lib.
Send Feedback on this topic to the authors