ldap_escape_filter_elementW.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

ldap_escape_filter_elementW (WLDAP32.@)

SYNOPSIS

ULONG CDECL ldap_escape_filter_elementW
 (
  PCHAR  src,
  ULONG  srclen,
  PWCHAR dst,
  ULONG  dstlen
 )

DESCRIPTION

Escape binary data for safe passing in filters.

PARAMS

src [In] Filter element to be escaped.

srclen [In] Length in bytes of the filter element.

dst [Out] Destination buffer for the escaped filter element.

dstlen [In] Length in bytes of the destination buffer.

RETURNS

Success: LDAP_SUCCESS

Failure: An LDAP error code.

IMPLEMENTATION

Defined in "winldap_private.h".

Implemented in "dlls/wldap32/misc.c".