|
winss
|
#include <windows.h>#include <vector>#include <queue>#include "handle_wrapper.hpp"#include "pipe_name.hpp"

Go to the source code of this file.
Classes | |
| class | winss::PipeInstance |
| The pipe instance which is shared between client and server. More... | |
| class | winss::OutboundPipeInstance |
| A pipe instance for outbound client/server. More... | |
| class | winss::InboundPipeInstance |
| A pipe instance for inbound client/server. More... | |
Namespaces | |
| winss | |
Enumerations | |
| enum | winss::OverlappedResult { winss::REMOVE, winss::CONTINUE, winss::SKIP } |
| The result of the overlapped operation. More... | |
1.8.11