SmFsCloseFile
Synopsis
int SmFsCloseFile( SMFS_HANDLE fh);
Description
Close the file by removing it from the file descriptor table.
Parameters
fh | File handle of file to close. |
Return Value
Returns 0 or an error condition.
int SmFsCloseFile( SMFS_HANDLE fh);
Close the file by removing it from the file descriptor table.
fh | File handle of file to close. |
Returns 0 or an error condition.