Dynamic Windows Function [dw_filesystem_set_file]
Syntax
void dw_filesystem_set_file(HWND handle, void *pointer, int row, char *filename, HICN icon)
Parameters
HWND handle: Handle to the container window (widget).
void *pointer: Pointer to the allocated memory in dw_container_alloc().
int row: Zero based row of data being set.
char *filename: Filename to be displayed.
HICN icon: Icon to be displayed.
Description
Sets the filename and icon of the row in a filesystem style container.