SECFileSystem::LoadListBox

voidSECFileSystem::LoadListBox(CListBox *pListBox, const CStringList *pStringList)

Insert the members of a CStringList into a list box.

Defined in: filesys.cpp

Return Value

void

Parameters

pListBox

The list box to fill.

pStringList

The list to fill the list box with.

Comments

To load a list box with the given string list.

See Also

SECFileSystem  LoadComboBox