pnType | [ out ] The address of a P6EVENTYPE in which will be placed the type of the event being retrieved. |
ppIoIface | [ out ] The address of an p6ICom interface pointer in which will be placed the addref'd I/O interface associated with the event. |
pIoBuffer | [ out ] The address of a p6IIoBuffer pointer in which will be placed the addref'd I/O buffer interface associated with the event. |
ppIoContext | [ out ] The address of a P6IOCB pointer in which will be placed the P6IOCB associated with the event. This will be NULL in the case of newly accepted connections. This is a per/IO context, don't forget to free it when you are done handling the event. |
ppHandleContext | [ out ] The address of a P6VOID pointer in which will be placed the user supplied context associated with this event. |
tTimeout | [ in ] The amount of time to wait for an event before returning. Specify P6WAITINFINITE to wait forever for the next event. |