Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: netdb_r.h

_gethostbyname_r()

IMPORT_C struct hostent *_gethostbyname_r(struct _reent *rp, const char *name);

Description

Get the internet name of the host by name.

Parameters

struct _reent *rp

const char *name

name of the host

Return value

struct hostent *