BRender Technical Reference Manual:4 Data Structures (Alphabetical Reference):brfile_attributes_cbfn
Next|Prev|Up
The Call-Back Function
Specification
CBFnFileAttributes()

brfile_attributes_cbfn


The Call-Back Function

This type defines a filing system capabilities enquiry function, primarily intended for the attributes member of the br_filesystem
125 structure.

The typedef

(See brfile.h for a precise declaration)

br_uint_32 brfile_attributes_cbfn(void) Get attributes of filing system

Specification


CBFnFileAttributes()

Description:
An application defined call-back function returning capabilities of the filing system.

Declaration:
br_uint_32 BR_CALLBACK CBFnFileAttributes(void)

Preconditions:
BRender has completed initialisation. BRender is the only direct caller of this function.

Effects:
None.

Result:
br_uint_32

The attributes of the filing system. Its capabilities as defined by a combination of the following flag values:

Example:
See stdfile.c for examples of filing system functions.



Generated with
CERN WebMaker