Pblock_Nninsert; Pblock_Nvinsert - Netscape ENTERPRISE SERVER 6.0 - NSAPI PROGRAMMER GUIDE Manual

Nsapi
Table of Contents

Advertisement

NSAPI Functions (in Alphabetical Order)
Returns
void
Parameters
pblock *pb
See also
pblock_copy, pblock_create, pblock_dup, pblock_find, pblock_findval,
pblock_nvinsert, pblock_remove

pblock_nninsert

The
numeric value in the specified
string. The name and value parameters are copied.
Syntax
pb_param *pblock_nninsert(char *name, int value, pblock *pb);
Returns
A pointer to the new
Parameters
char *name
int value
must be an integer. If the value you assign is not a number, then instead use the
function
pblock *pb
See also
pblock_copy
pblock_remove

pblock_nvinsert

The
character value in the specified
copied.
Syntax
pb_param *pblock_nvinsert(char *name, char *value, pblock *pb);
158
Netscape Enterprise Server NSAPI Programmer's Guide • November 2001
is the
pblock
function creates a new entry with a given name and a
pblock_nninsert
pb_param
is the name of the new entry.
is the numeric value being inserted into the
pblock_nvinsert
is the
pblock
,
pblock_create
,
pblock_str2pblock
function creates a new entry with a given name and
pblock_nvinsert
to be freed.
. The numeric value is first converted into a
pblock
structure.
to create the parameter.
into which the insertion occurs.
,
,
pblock_find
pblock_free
. The name and value parameters are
pblock
. This parameter
pblock
,
pblock_nvinsert,

Advertisement

Table of Contents
loading

This manual is also suitable for:

Enterprise server 6.0

Table of Contents