Functions for Monitoring Operations
Returns
This function returns one of the following values:
•
1
•
0
slapi_op_get_type()
Gets the type of a
Syntax
#include "slapi-plugin.h"
unsigned long slapi_op_get_type(Slapi_Operation * op);
Parameters
This function takes the following parameter:
op
Description
This function returns the type of an operation. The
can be extracted from a
SLAPI_OPERATION
slapi_pblock_get (pb, SLAPI_OPERATION, &op);
Returns
This function returns one of the following operation types:
•
SLAPI_OPERATION_BIND
•
SLAPI_OPERATION_UNBIND
•
SLAPI_OPERATION_SEARCH
•
SLAPI_OPERATION_MODIFY
•
SLAPI_OPERATION_ADD
•
SLAPI_OPERATION_DELETE
•
SLAPI_OPERATION_MODDN
•
SLAPI_OPERATION_MODRDN
430
Netscape Directory Server Plug-in Programmer's Guide • October 2004
if the operation has been abandoned.
if the operation has not been abandoned.
Slapi_Operation
The operation of which you wish to get the type.
pblock
parameter. For example:
.
Slapi_Operation
structure using
slapi_pblock_get()
structure
with the
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 7.0 - PLUG-IN and is the answer not in the manual?
Questions and answers