WLDAP32_ldap_first_entry (WLDAP32.@)
WLDAP32_LDAPMessage * CDECL WLDAP32_ldap_first_entry ( WLDAP32_LDAP* ld, WLDAP32_LDAPMessage* res )
Get the first entry from a result message.
ld | [In] | Pointer to an LDAP context. |
res | [In] | Search result message. |
Success: The first entry.
Failure: NULL.
The returned entry will be freed when the message is freed.
Not defined in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/wldap32/misc.c". source.winehq.org/source/dlls/wldap32/misc.c
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.