Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: ioctl.h

ioctl()

IMPORT_C int ioctl(int, int, void *);

Description

Performs a variety of device-specific control functions on device special files.

Parameters

int

int

void *

Return value

int

On Success, returns a value other than -1 that depends upon the STREAMS device control function. On Failure, return -1, errno may be set.