Slapi_Value_Get_Uint(); Slapi_Value_Get_Ulong() - Netscape DIRECTORY SERVER 7.0 - PLUG-IN Manual

For plug-in
Table of Contents

Advertisement

See Also
slapi_value_set_string()

slapi_value_get_uint()

Converts the value to an unsigned integer.
Syntax
#include "slapi-plugin.h"
unsigned int slapi_value_get_uint(const Slapi_Value *value);
Parameters
This function takes the following parameter:
value
Returns
This function returns one of the following values:
An unsigned integer which corresponds to the value stored in the
Slapi_Value
0
Description
Converts the value contained in
See Also
slapi_value_get_int()
slapi_value_get_long()

slapi_value_get_ulong()

slapi_value_get_ulong()
Converts the value into an unsigned long.
Syntax
#include "slapi-plugin.h"
unsigned long slapi_value_get_ulong(const Slapi_Value *value);
Pointer to the value that you wish to get as an unsigned integer.
structure.
if there is no value.
into an unsigned integer.
Slapi_Value
Chapter 15
Functions for Handling Values
Function Reference
511

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Netscape directory server 7.0

Table of Contents