Difference between revisions of "Samba4/LDB/Object Class"
(→Structures) |
|||
Line 1: | Line 1: | ||
= Structures = | = Structures = | ||
+ | |||
+ | == oc_context == | ||
<pre> | <pre> |
Revision as of 06:25, 14 October 2009
Contents
Structures
oc_context
struct oc_context { struct ldb_module *module; struct ldb_request *req; struct ldb_reply *search_res; int (*step_fn)(struct oc_context *); };