memobj_wrap_attr_create()

Create a structure to contain attributes for memobj_create_wrapped()

Synopsis:

#include <memobj/wrap.h>
errno_t memobj_wrap_attr_create(struct memobj_wrap_attr **attr_out)

Arguments:

attr_out
A pointer to a location where this function, on success, stores an opaque pointer that can be used for future memobj_wrap_attr_ calls.

Library:

libmemobj

Description:

The memobj_wrap_attr_create() function creates a structure to contain attributes for memobj_create_wrapped().

Returns:

EOK
Success; *attr_out was filled.
ENOMEM
There isn't enough memory.
Page updated: