TAP_Hdd_Fwrite

Topfield Documentation

dword TAP_Hdd_Fwrite(void *buf, dword blksize, dword blk, TYPE_File *fp);

It writes blk elements of blksize bytes each to the file specified by fp.

  • buf : pointer of the buffer for writing.
  • blksize : the data size per block.
  • blk : the number of block to be written.
  • fp : pointer to the object controlling the file.
Total writing bytes = blksize * blk

Additional Documentation