WLDAP32_ldap_first_entry(3w)
NAME
WLDAP32_ldap_first_entry (WLDAP32.@)
SYNOPSIS
WLDAP32_LDAPMessage * CDECL WLDAP32_ldap_first_entry ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* res )
DESCRIPTION
Get the first entry from a result message.
PARAMS
ld [In] Pointer to an LDAP context.
res [In] Search result message.
RETURNS
Success: The first entry.
Failure: NULL.
NOTES
The returned entry will be freed when the message is freed.
IMPLEMENTATION
Defined in "winldap_private.h".
- Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wldap32/misc.c".