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