asio C++ library

PrevUpHomeNext

windows::random_access_handle_service::write_some_at

Write the given data at the specified offset.

template<
    typename ConstBufferSequence>
std::size_t write_some_at(
    implementation_type & impl,
    uint64_t offset,
    const ConstBufferSequence & buffers,
    asio::error_code & ec);

PrevUpHomeNext