table of contents
other versions
- wheezy 1.4.1-4
WLDAP32_ldap_next_entry(3w) | Wine API | WLDAP32_ldap_next_entry(3w) |
NAME¶
WLDAP32_ldap_next_entry (WLDAP32.@)SYNOPSIS¶
WLDAP32_LDAPMessage * CDECL WLDAP32_ldap_next_entry(
WLDAP32_LDAP* ld,
WLDAP32_LDAPMessage* entry
)
DESCRIPTION¶
Get the next entry from a result message.PARAMS¶
ld [In] Pointer to an LDAP context. entry [In] Entry returned by a previous call.RETURNS¶
Success: The next entry. Failure: NULL.NOTES¶
The returned entry will be freed when the message is freed.IMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/misc.c".Oct 2012 | Wine API |