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