FolderListSetFolder()

Replaces the contents of a folder list with one or more specified folders (creates a new list).

Token ID

AFTKN_FLDRLIST_SET or 709

Syntax

VOID FolderListSetFolder(DWORD FolderListHandle; 
                          ANSISTRING FolderName)

Parameters

FolderListHandle As DWORD

Handle of the folder list that has contents to replace. The handle is returned by FolderListCreate or FolderListCreateFromView.

FolderName As ANSISTRING

Folder name to add.

See Also