Searched refs:wxPipeOutputStream (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp176 class wxPipeOutputStream: public wxOutputStream class in inherits:wxOutputStream
179 wxPipeOutputStream(HANDLE hOutput);
180 virtual ~wxPipeOutputStream() { Close(); }
189 DECLARE_NO_COPY_CLASS(wxPipeOutputStream)
432 // wxPipeOutputStream
435 wxPipeOutputStream::wxPipeOutputStream(HANDLE hOutput) function in class:wxPipeOutputStream
455 bool wxPipeOutputStream::Close()
461 size_t wxPipeOutputStream::OnSysWrite(const void *buffer, size_t len)
792 wxPipeOutputStream *
[all...]

Completed in 98 milliseconds