Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <stdio.h>

Struct __sFILE

Interface status: externallyDefinedApi

struct __sFILE;

Description

stdio state file variables.

Members

Defined in __sFILE:


Member data


_p

Interface status: externallyDefinedApi Inherited from: __sFILE

unsigned char * _p;

Description


_r

Interface status: externallyDefinedApi Inherited from: __sFILE

int _r;

Description


_w

Interface status: externallyDefinedApi Inherited from: __sFILE

int _w;

Description


_flags

Interface status: externallyDefinedApi Inherited from: __sFILE

short _flags;

Description


_file

Interface status: externallyDefinedApi Inherited from: __sFILE

short _file;

Description


_bf

Interface status: externallyDefinedApi Inherited from: __sFILE

__sbuf _bf;

Description


_lbfsize

Interface status: externallyDefinedApi Inherited from: __sFILE

int _lbfsize;

Description


_cookie

Interface status: externallyDefinedApi Inherited from: __sFILE

void * _cookie;

Description


_close

Interface status: externallyDefinedApi Inherited from: __sFILE

int(* _close)(void *);

Description


_read

Interface status: externallyDefinedApi Inherited from: __sFILE

int(* _read)(void *, char *, int);

Description


_seek

Interface status: externallyDefinedApi Inherited from: __sFILE

fpos_t(* _seek)(void *, fpos_t, int);

Description


_write

Interface status: externallyDefinedApi Inherited from: __sFILE

int(* _write)(void *, const char *, int);

Description


_ub

Interface status: externallyDefinedApi Inherited from: __sFILE

__sbuf _ub;

Description


_extra

Interface status: externallyDefinedApi Inherited from: __sFILE

__sFILEX * _extra;

Description


_ur

Interface status: externallyDefinedApi Inherited from: __sFILE

int _ur;

Description


_ubuf

Interface status: externallyDefinedApi Inherited from: __sFILE

unsigned char _ubuf[3];

Description


_nbuf

Interface status: externallyDefinedApi Inherited from: __sFILE

unsigned char _nbuf[1];

Description


_lb

Interface status: externallyDefinedApi Inherited from: __sFILE

__sbuf _lb;

Description


_blksize

Interface status: externallyDefinedApi Inherited from: __sFILE

int _blksize;

Description


_offset

Interface status: externallyDefinedApi Inherited from: __sFILE

fpos_t _offset;

Description