C
BYTE PopulateEntries( FILEOBJ fo, char * name, WORD * fHandle, BYTE mode );
Description
This function will write data into a new file entry. It will also load timestamp data (based on the method selected by the user) and update the timestamp variables.
Preconditions
Should not be called by the user.
Parameters
Parameters |
Description |
fo |
Pointer to file structure |
name |
Name of the file |
fHandle |
Location of the file |
Return Values
Return Values |
Description |
CE_GOOD |
Population successful |
Side Effects
None
Remarks
None.