Searched refs:wrote_bytes (Results 1 – 1 of 1) sorted by relevance
245 DWORD wrote_bytes; in _fh_file_write() local247 if ( !WriteFile( f->fh_handle, buf, (DWORD)len, &wrote_bytes, NULL ) ) { in _fh_file_write()251 } else if (wrote_bytes < (DWORD)len) { in _fh_file_write()254 return (int)wrote_bytes; in _fh_file_write()