afc_dirmaster_obj

Name

afc_dirmaster_obj  -- Returns the FileInfo structure of the current item

Synopsis

FileInfo * afc_dirmaster_obj ( DirMaster * dm );

Description

This function returns a pointer to the FileInfo structure of the current item in the list. If the DirMaster is empty, it may be NULL.

Inputs

dm

Pointer to a valid DirMaster instance

Result

Pointer to a valid FileInfo structure. It may be NULL.

See Also