Netscape DIRECTORY SERVER 6.02 - PLUG-IN Manual page 453

Table of Contents

Advertisement

slapi_value_get_string()
Returns the value as a string.
Syntax
#include "slapi-plugin.h"
slapi_value_get_string(const Slapi_Value *value);
Parameters
This function takes the following parameter:
value
Returns
This function returns one of the following values:
A string containing the value. The function returns a pointer to the actual
string value in
NULL
Memory Concerns
You should not free the string unless to plan to replace it by calling
slapi_value_set_string()
See Also
slapi_value_set_string()
slapi_value_get_uint()
Converts the value to an unsigned integer.
Syntax
#include "slapi-plugin.h"
slapi_value_get_uint(const Slapi_Value *value);
Parameters
This function takes the following parameter:
value
Pointer to the value you wish to get as a string.
Slapi_Value
if there is no value.
.
Pointer to the value that you wish to get as an unsigned integer.
, not a copy of it.
Chapter 14
Functions for Handling Values
Function Reference
453

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.02

Table of Contents