next up previous contents index
Next: 7.7 Dependencies on the Up: 7.6 oskit_openfile: Open File Previous: 7.6 oskit_openfile: Open File

7.6.1 getfile: Get the underlying file object to which this open file refers

 

SYNOPSIS

#include <oskit/fs/openfile.h>

oskit_error_t oskit_openfile_getfile(oskit_openfile_t *f, [out] oskit_file_t **out_file);

DIRECTION

client OS tex2html_wrap_inline32841 filesystem library

DESCRIPTION

This method returns the oskit_file COM interface for the underlying file object to which this open file refers.

PARAMETERS

f
The open file whose underlying file is desired.
out_file
The oskit_file COM interface for the underlying file.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



University of Utah Flux Research Group