Syntax
#include "slapi-plugin.h" int slapi_attr_get_flags( Slapi_Attr *attr, unsigned long *flags ); Parameters
#include "slapi-plugin.h" int slapi_attr_get_flags( Slapi_Attr *attr, unsigned long *flags );
The function has the following parameters:
attr
flags
To determine which flags have been set, you can bitwise AND the value of the flags argument with one or more of the following:
SLAPI_ATTR_FLAG_SINGLE
SLAPI_ATTR_FLAG_OPATTR
SLAPI_ATTR_FLAG_READONLY
Returns
0 if successful.