Netscape DIRECTORY SERVER 6.01 - PLUG-IN Manual page 486

Table of Contents

Advertisement

Functions for Manipulating Bits
Syntax
#include "slapi-plugin.h"
unsigned int slapi_setbit_int(unsigned int f,unsigned int bitnum);
Parameters
This function takes the following parameters:
f
bitnum
Returns
This function returns the integer with the specified bit set.
See Also
slapi_isbitset_int()
slapi_unsetbit_int()
slapi_setbit_uchar()
Sets the specified bit in a character.
Syntax
#include "slapi-plugin.h"
unsigned char slapi_setbit_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 set.
486
Netscape Directory Server Plug-In Programmer's Guide • January 2002
The integer in which a bit is to be set.
The bit number that needs to be set in the integer.
The character in which a bit is to be set.
The bit number that needs to be set in the character.

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Directory server 6.01

Table of Contents