Slapi_Attr_Init() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

Syntax
#include "slapi-plugin.h"
int slapi_attr_get_valueset(const Slapi_Attr *a,
Slapi_ValueSet **vs);
Parameters
This function takes the following parameters:
a
vs
Returns
This function always returns
See Also
slapi_entry_add_valueset()
slapi_valueset_new()
slapi_valueset_free()
slapi_valueset_init()
slapi_valueset_done()
slapi_valueset_add_value()
slapi_valueset_first_value()
slapi_valueset_next_value()
slapi_valueset_count()

slapi_attr_init()

Initializes an empty attribute with a base type.
Syntax
#include "slapi-plugin.h"
Slapi_Attr *slapi_attr_init(Slapi_Attr *a, const char *type);
Parameters
This function takes the following parameters:
Attribute containing the values to be placed into a valueset.
Receives values from the first parameter.
.
0
Functions for Handling Attributes
Chapter 15
Function Reference
263

Advertisement

Table of Contents
loading

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents