imBinFileWrite

Writes an array of values with sizes: 1, 2, 4, or 8. And invert the byte order if necessary before write.\n * <b>ATENTION</b>: The function will not make a temporary copy of the values to invert the byte order.\n * So after the call the values will be invalid, if the file byte order is diferent from the CPU byte order. \n * Returns the actual count of values writen. * \ingroup binfile

extern (C) @safe nothrow
ulong
imBinFileWrite
(,
void* pValues
,
ulong pCount
,)

Meta