Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IIoReadHandler Interface Referenceabstract

#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
 

Detailed Description

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.


The documentation for this interface was generated from the following file: