Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEventQIO::associate ( p6ICom pIoIface,
P6VOID pHandleContext 
)
pure virtual

This method associates the specified I/O interface instance with this event queue.

It must be called successfully for any I/O handle that is to be managed by the queue before performing any other queue operations on the interface.

Parameters
pIoIface[ in ] The I/O interface instance pointer to associate with this event queue.
pHandleContext[ in ] A pointer to caller defined data to be passed along with any events that occur on the specified interface.
Returns