Add windows/transmit_file example.

This commit is contained in:
chris_kohlhoff 2008-09-02 22:45:20 +00:00
parent f1b464c902
commit 9f9c8c2a7c

View File

@ -245,4 +245,12 @@ Examples showing how to use UNIX domain (local) sockets.
* [@../src/examples/local/stream_client.cpp]
[heading Windows]
An example showing how to use the Windows-specific function `TransmitFile`
with Asio.
* [@../src/examples/windows/transmit_file.cpp]
[endsect]