unlock
unlock(dobj, docid, ud)
This callback corresponds to the
dobj_unlock function and unlocks the desired document object.
• dobj — an ACL document object handle for the document object to lock
• docid — the document used for context information
• ud — user defined information; strings must match the adapter encoding
The unlock callback returns the following integer values:
• less than 0 — an error has occurred
• 0 — the normal unlock should proceed
• greater than 0 — the callback succeeded and has returned the docobj
Related Topics