#include <oskit/fs/openfile.h>oskit_error_t oskit_openfile_getfile(oskit_openfile_t *f, [out] oskit_file_t **out_file);
client OSfilesystem library
This method returns the oskit_file COM interface for the underlying file object to which this open file refers.
- f
- The open file whose underlying file is desired.
- out_file
- The oskit_file COM interface for the underlying file.
Returns 0 on success, or an error code specified in <oskit/error.h>, on error.