Scroll to navigation

ldap_first_attributeW(3w) Wine API ldap_first_attributeW(3w)

NAME

ldap_first_attributeW (WLDAP32.@)

SYNOPSIS

PWCHAR CDECL ldap_first_attributeW
(
WLDAP32_LDAP* ld,
WLDAP32_LDAPMessage* entry,
WLDAP32_BerElement** ptr
)
 

DESCRIPTION

Get the first attribute for a given entry.
 

PARAMS

ld [In] Pointer to an LDAP context.
entry [In] Entry to retrieve attribute for.
ptr [Out] Position pointer.
 

RETURNS

Success: Name of the first attribute.
Failure: NULL.
 

NOTES

Use ldap_memfree to free the returned string.
 

IMPLEMENTATION

Declared in "winldap_private.h".
Implemented in "dlls/wldap32/misc.c".
Oct 2012 Wine API