Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IEventQ::postEvent ( P6EVENTTYPE  nType,
P6QPRIORITY  nPriority,
p6ICom pIoIface,
p6IIoBuffer pIoBuffer,
P6IOCONTEXT pIoContext,
P6VOID pHandleContext 
)
pure virtual

Post a user defined event to the event queue.

Parameters
nType[ in ] A value from the P6EVENTYPE enum indicating the type of this event.
nPriority[ in ] The priority the event should be deliver with.
pIoIface[ in ] A pointer to the the I/O interface associated with the event, or NULL of there is no I/O interfaces associated with the event.
pIoBuffer[ in ] A pointer to the I/O buffer associated with the event, or NULL of the there is no associated I/O buffer.
pIoContext[ in ] A pointer to an P6IOCONTEXT to send with the event, or NULL of no context is associated with event.
pHandleContext[ in ] A pointer to the handle specific context associated with pIoIface or NULL of no context is specified.
Returns