NAME

WLDAP32_ldap_count_references  (WLDAP32.@)

SYNOPSIS

 ULONG CDECL  WLDAP32_ldap_count_references
 (
  WLDAP32_LDAP*        ld,
  WLDAP32_LDAPMessage* res
 )

DESCRIPTION

Count the number of references returned from a search.

PARAMS

ld [In] Pointer to an LDAP context.
res [In] LDAP message.

RETURNS

Success: The number of references.

Failure: ~0UL

IMPLEMENTATION

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 © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.