#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 P6R::P6ERR | read (P6VOID *pBuffer, P6SIZE cBytesToRead, P6SIZE *pcBytesRead)=0 |
virtual P6INT32 | release (void)=0 |
An I/O abstraction interface that can be implemented by components wishing to provide an generic, polymorphic read/close (read only) methods.
Definition at line 85 of file p6iohandler.h.