Netscape DIRECTORY SERVER 6.1 - PLUG-IN Manual page 544

Table of Contents

Advertisement

Functions for Manipulating Bits
Parameters
This function takes the following parameters:
f
bitnum
Returns
This function returns the integer with the specified bit unset.
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()
544
Netscape Directory Server Plug-In Programmer's Guide • August 2002
The integer in which a bit is to be unset.
The bit number that needs to be unset in the integer.
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 6.1

Table of Contents