HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
computation becomes similar to slapi_vattr_values_get(). In functionality,
slapi_vattr_values_type_thang_get() mimics slapi_vattr_values_get().
Syntax
#include "slapi-plugin.h"
int slapi_vattr_values_type_thang_get ( Slapi_Entry *e,
vattr_type_thang *type_thang, Slapi_ValueSet** results,
int *type_name_disposition, char **actual_type_name,
int flags, int *buffer_flags);
Parameters This function takes the following parameters:
Entry to be compared.
e
Attribute type name.
type
Pointer to the result set: 0 if the compare is true, 1 if the compare is false.results
Matching result. Valid value is as follows:
SLAPI_VIRTUALATTRS_TYPE_NAME_MATCHED_EXACTLY_OR_ALIAS
type_name_disposition
Type name as found.
actual_type_name
Not used. You should pass 0 for this parameter.flags
Bit mask of options. Valid value is as follows:
SLAPI_VIRTUALATTRS_RETURNED_POINTERS
buffer_flags
See also “slapi_vattr_values_get()”
44.8 slapi_vattr_values_type_thang_get() 357