Lely core libraries  2.2.5
io_cp Struct Reference

An I/O completion packet. More...

#include <poll.h>

Data Fields

io_cp_func_tfunc
 A pointer to the function to be invoked when the I/O operation completes.
 
OVERLAPPED overlapped
 The OVERLAPPED structure submitted to the asynchronous I/O operation.
 

Detailed Description

An I/O completion packet.

Additional data can be associated with an completion packet by embedding it in a struct and using structof() from the io_cp_func_t callback fuction to obtain a pointer to the struct.

Definition at line 54 of file poll.h.


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