Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <utsname.h>

Struct utsname

Interface status: externallyDefinedApi

struct utsname;

Description

Contains the following members,

Members

Defined in utsname:


Member data


sysname

Interface status: externallyDefinedApi Inherited from: utsname

char sysname[256];

Description

Name of this OS.


nodename

Interface status: externallyDefinedApi Inherited from: utsname

char nodename[256];

Description

Name of this network node.


release

Interface status: externallyDefinedApi Inherited from: utsname

char release[256];

Description

Release level.


version

Interface status: externallyDefinedApi Inherited from: utsname

char version[256];

Description

Version level.


machine

Interface status: externallyDefinedApi Inherited from: utsname

char machine[256];

Description

Hardware type.