Parameters for registering postoperation plug-in functions follow.
Table 18–23 Postoperation Function Registration Parameters| Parameter ID | Data Type | Description | 
|---|---|---|
| void * | Function called after an operation is abandoned. | |
| void * | Function called after an add operation completes. | |
| void * | Function called after a bind operation completes. | |
| void * | Function called after a compare operation completes. | |
| void * | Function called after a delete operation completes. | |
| void * | Function called after an entry is sent to the client. | |
| void * | Function called after a modify operation completes. | |
| void * | Function called after an rename (modify RDN) operation completes. | |
| void * | Function called after a referral is sent to the client. | |
| void * | Function called after a result is sent to the client. | |
| void * | Function called after a search operation completes. For persistent search operations, this function is called after the client interrupts the search. | |
| void * | Function called after an unbind operation completes. |