Holds information about a read or write operation vector.
#include <nks/fsio.h>
typedef struct
{
size_t ivLength;
uint32_t reserved;
void *ivBuffer;
void *ivOpRef;
} NXIoVec_t;
Specifies the length of the I/O buffer pointed to by the ivBuffer field.
Reserved.
Points to the buffer to review data for a read operation or to supply data for a write operation.
Specifies an application-maintained reference. The caller can put any value into this field (such as an integer or an address of a data structure) and is ensured of its preservation throughout the call.