dmz_writefile

The dmz_writefile function writes memory contents into a given file.

size_t dmz_writefile (

char* file,

char* data,

size_t size

);

 

Return Values

number of bytes actually written, or zero on error

 

Parameters

file

null-terminated string containing name of the output file

data

pointer to data that should be written

size

number of bytes to write

 

Remarks

 

QuickInfo

Windows: Requires dmzcore.dll


Last updated October 09, 2000 00:04 by afedosov