#include <p6iohandler.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6INT32 | addref (void)=0 |
virtual P6R::P6ERR | close (void)=0 |
virtual P6R::P6ERR | queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0 |
virtual P6INT32 | release (void)=0 |
virtual P6R::P6ERR | write (const P6VOID *pBuffer, P6SIZE cBytesToWrite, P6SIZE *pcBytesWritten)=0 |
An I/O abstraction interface that can be implemented by components wishing to provide an generic, polymorphic write/close (write only) methods.
Definition at line 126 of file p6iohandler.h.