.

meiPlatformFileWrite

Declaration

 
long meiPlatformFileWrite(long          file,
                          const  char   *buffer,
                          long          byteCount)
  Required Header: stdmei.h

Description

meiPlatformFileWrite writes data to a file whose handle was created by meiPlatformFileOpen. meiPlatformFileWrite is a platform independent replacement for hte C function fwrite().

 
file the handle of the file to which data will be written.
buffer the location of the data to be written to the file.
byteCount the number of bytes to be written to the file.

See Also

meiPlatformFileOpen | meiPlatformFileRead

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering