FF_FindPrevious()

From FullFAT
Jump to: navigation, search

THIS IS A PLANNED API FOR VERSION 1.0.2 -- As a build option

Traverses to the previous item.

Contents

Prototype

FF_T_SINT32 FF_FindPrevious(FF_IOMAN *pIoman, FF_DIRENT *pDirent);

Back to API.

Parameters

pIoman

Pointer to an FF_IOMAN object, as returned from the FF_CreateIOMAN() function.

pDirent

A pointer to an FF_DIRENT object to be populated.

Return Value

Returns FF_ERR_NONE on success.


Back to API.

See Also

Personal tools