Updated: October 28, 2024 |
#include <aoi.h> AOIStream_t* (*ContextOpen)(const char *name, const char *mode, const AOParam_t *params, AOError_t *err);
This function should apply the context parameters given in params and open the name stream in the mode access mode.
A pointer to an AOIStream_t instance on success, or NULL if the function couldn't open the stream in the given mode. In the failure case, the function provides error details in the memory pointed to by err.