memobj_share_attr_create()
Create a structure to contain attributes for memobj_share()
Synopsis:
#include <memobj/share.h>
errno_t memobj_share_attr_create(struct memobj_share_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_share_attr_calls.
Library:
libmemobjDescription:
The memobj_share_attr_create() function creates a structure to contain attributes for memobj_share().
Returns:
- EOK
-
Success;
*attr_outwas filled.
- ENOMEM
- There isn't enough memory.
Page updated:
