Netscape DIRECTORY SERVER 6.2 - PLUG-IN Manual page 284

Table of Contents

Advertisement

Functions for Dealing with Controls
val
iscritical
Returns
This function returns one of the following values:
1 if the specified control is present in the list of controls.
0 if the control is not present in the list of controls.
Memory Concerns
The
val
control value is not made.
See Also
slapi_get_supported_controls_copy()
slapi_register_supported_control()
slapi_dup_control()
Makes an allocated copy of an
Syntax
#include "slapi-plugin.h"
LDAPControl * slapi_dup_control( LDAPControl *ctrl )
Parameters
This function takes the following parameter:
ctrl
284
Netscape Directory Server Plug-In Programmer's Guide • December 2003
If the control is present in the list of controls, specifies the pointer to
the berval structure containing the value of the control.
If the control is present in the list of controls, specifies whether or not
the control is critical to the operation of the server:
• 0 means that the control is not critical to the operation.
• 1 means that the control is critical to the operation.
output parameter is set to point into the controls array. A copy of the
Pointer to an LDAPControl structure whose contents are to be
duplicated.
.
LDAPControl

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 6.2

Table of Contents