42.5. slapi_value_get_flags()

This function retrieves the flags from a Slapi_Value structure.
Syntax

#include "slapi-plugin.h"
    unsigned long slapi_value_get_flags(Slapi_Value *v);

Parameters

This function takes the following parameter:

v
Pointer to the Slapi_Value structure from which the flags are to be retrieved.