ClanSoft logo
ClanSoft logo

    CL_OutputSource::write

Syntax

virtual int write(
        const void *data,
        int size);

Parameters

data-Points to the array written.
size-Number of bytes to write.

Return value

Num bytes actually written.

Description

Writes larger amounts of data (no endian and 64 bit conversion):


Back to index



This page was built using the Perceps documentation system.