Samba4/LDB/Reply: Difference between revisions

From SambaWiki
No edit summary
 
m (Samba4/LDB/Reply/API moved to Samba4/LDB/Reply)
 
(No difference)

Latest revision as of 20:46, 13 October 2009

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;
};