Share via


ldap_err2string

This function converts a numeric LDAP error code into a character string describing the error.

UNICODE PTCHAR ldap_err2string(
  ULONG err
);

Parameters

  • err
    [in] LDAP error code as returned by another LDAP function.

Return Values

This function always returns NULL.

Remarks

Windows CE supports this function name to accommodate the porting of desktop applications. On Windows CE, this function always returns NULL.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winldap.h.
Link Library: Wldap32.lib.

 Last updated on Friday, April 09, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.