Samba4/LDB/Reply

From SambaWiki
Revision as of 20:46, 13 October 2009 by Edewata (talk | contribs) (Samba4/LDB/Reply/API moved to Samba4/LDB/Reply)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Structures

ldb_reply

struct ldb_reply {
    int error;
    enum ldb_reply_type type;
    struct ldb_message *message;
    struct ldb_extended *response;
    struct ldb_control **controls;
    char *referral;
};