Fill_File_Object Function

Microchip MDD File System Interface

MDDFS Interface Library Help
Fill_File_Object Function
C
BYTE Fill_File_Object(
    FILEOBJ fo, 
    WORD * fHandle
);
Description

This function will cache the sector of directory entries in the directory pointed to by the dirclus value in the FSFILE object 'fo' that contains the entry that corresponds to the fHandle offset. It will then copy the file information for that entry into the 'fo' FSFILE object.

Preconditions

This function should not be called by the user.

Parameters
Parameters 
Description 
fo 
Pointer to file structure 
fHandle 
Passed member's location 
Return Values
Return Values 
Description 
Operation successful 
Operation failed 
Side Effects

None

Remarks

None.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.