5 Eylül 2017 Salı

asio windows stream_handle Sınıfı

Giriş
Açıklaması şöyle
You can use boost::asio::windows::stream_handle or boost::asip::windows::random_access_handle to wrap a HANDLE and perform asynchronous read and write methods on it that use the OVERLAPPED structure internally.
Constructor
Şöyle yaparız. Okunacak şey bir stream olmalı. Dosya için sanırım kullanılamaz.
auto handle = ...
asio::io_service ios;
asio::windows::stream_handle streamHandle (ios, handle);




Hiç yorum yok:

Yorum Gönder