asio C++ library

PrevUpHomeNext

windows::stream_handle_service::assign

Assign an existing native handle to a stream handle.

asio::error_code assign(
    implementation_type & impl,
    const native_handle_type & handle,
    asio::error_code & ec);

PrevUpHomeNext