Slapi_Unsetbit_Uchar(); Functions For Registering Object Extensions - Red Hat DIRECTORY SERVER 7.1 - PLUG-IN PROGRAMMERS Manual

Table of Contents

Advertisement

Functions for Registering Object Extensions

See Also
slapi_isbitset_int()
slapi_setbit_int()

slapi_unsetbit_uchar()

Unsets the specified bit in a character.
Syntax
#include "slapi-plugin.h"
unsigned char slapi_unsetbit_uchar(unsigned char f,
unsigned char bitnum);
Parameters
This function takes the following parameters:
f
bitnum
Returns
This function returns the character with the specified bit unset.
See Also
slapi_isbitset_uchar()
slapi_setbit_uchar()
Functions for Registering Object Extensions
This section contains reference information on routines for registering object
extensions. This set of functions provides a means for extending core server
objects; this functionality is provided so that you can efficiently pass state
information between plug-in calls. Typically, a plug-in might register both a
pre-operation and post-operation call. It is very convenient for the plug-in to
associate its private data with the operation object that is passed through the
parameter block.
560
Red Hat Directory Server Plug-in Programmer's Guide • May 2005
The character in which a bit is to be unset.
The bit number that needs to be unset in the character.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Directory server 7.1

Table of Contents