brfile_close_cbfn
close
member of the br_filesystem
125
structure.
typedef
brfile.h
for a precise declaration)
void brfile_close_cbfn(void*) Close file
Specification
Description:
An application defined call-back function closing a previously opened file.CBFnFileClose()
void BR_CALLBACK CBFnFileClose(void* f)
void * f
and CBFnFileOpenWrite()
378.
Preconditions: BRender has completed initialisation. BRender is the only direct caller of this function.
Effects: Close file.
Example: See
stdfile.c
for examples of filing system functions.