DocList_SetFolder

4/8/2010

The DocList_SetFolder macro sets the document list to a specified folder.

Syntax

DocList_SetFolder (
    HWND hwnd, 
    LPTSTR szFolder
);

Parameters

  • hwnd
    Handle to the document list view window.
  • szFolder
    Name of the folder to which the document list will point.

Return Value

None.

Requirements

Header doclist.h
Library doclist.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later

See Also

Reference

DLM_SETFOLDER