Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

windows::object_handle_service::assign

Assign an existing native handle to an object handle.

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

PrevUpHomeNext