next up previous contents index
Next: 9.7 Dependencies on the Up: 9.6 oskit_openfile: Open File Previous: 9.6 oskit_openfile: Open File

9.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_inline36701 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.



Utah Flux Research Group