Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ttycom.h>

Struct winsize

Interface status: externallyDefinedApi

struct winsize;

Description

Window or terminal size structure. This information is stored by the kernel in order to provide a consistent interface, but is not used by the kernel.

Members

Defined in winsize:


Member data


ws_row

Interface status: externallyDefinedApi Inherited from: winsize

unsigned short ws_row;

Description

rows, in characters


ws_col

Interface status: externallyDefinedApi Inherited from: winsize

unsigned short ws_col;

Description

columns, in characters


ws_xpixel

Interface status: externallyDefinedApi Inherited from: winsize

unsigned short ws_xpixel;

Description

horizontal size, pixels


ws_ypixel

Interface status: externallyDefinedApi Inherited from: winsize

unsigned short ws_ypixel;

Description

vertical size, pixels