53.4. Information about Extended Operations

The following table lists the parameters in the parameter block passed to extended operation functions. If you are writing your own plug-in function for performing this work, you can get these values by calling the function.
Parameter ID Data Type Description
SLAPI_EXT_OP_REQ_OID char * Object ID (OID) of the extended operation specified in the request.
SLAPI_EXT_OP_REQ_VALUE struct berval* Value specified in the request.
SLAPI_EXT_OP_RET_OID char * Object ID (OID) that you want sent back to the client.
SLAPI_EXT_OP_RET_VALUE struct berval* Return value that you want sent back to the client.