![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 528](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642528.webp)
Functions Specific to Virtual Attribute Service
528
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Description
This function should be used to free the valueset and type names returned from
slapi_vattr_values_get_ex()
.
See Also
slapi_vattr_values_get_ex()
slapi_vattr_values_get()
Returns the values of a virtual attribute for the given an entry and the
attribute-type name.
Syntax
int slapi_vattr_values_get
( Slapi_Entry *e,
char *type,
Slapi_ValueSet** results,
int *type_name_disposition,
char **actual_type_name,
int flags,int *buffer_flags);
Parameters
This function takes the following parameters:
flags
The buffer flags returned from
slapi_vattr_values_get_ex()
. This contains information
that this function needs to determine which objects need to be
freed.
e
Entry to be compared.
type
Attribute type name.
results
Pointer to the result set: 0 if the compare is true, 1 if the compare
is false.
type_name_disposition
Matching result. Valid value is as follows:
SLAPI_VIRTUALATTRS_TYPE_NAME_MATCHED_EXACTLY_OR
_ALIAS
actual_type_name
Type name as found.
flags
Not used. You should pass 0 for this parameter.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...