DLM_SETFOLDER
The DLM_SETFOLDER message is sent by an application to set the document list to a folder.
Syntax
DLM_SETFOLDER
wParam = (WPARAM) res;
lParam = (LPARAM) pszPath;
Parameters
- res
This parameter is reserved for future use; the value of this parameter must be set to 0. - pszPath
Reference to the name of the folder to which the document list will be set.
Return Values
None.
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