Expand Minimize
This topic has not yet been rated - Rate this topic

LdapMapErrorToWin32 function

The LdapMapErrorToWin32 function translates an LdapError value to the closest Win32 error code.

Syntax


ULONG LdapMapErrorToWin32(
  _In_  ULONG LdapError
);

Parameters

LdapError [in]

The error code returned from an LDAP function.

Return value

Returns the corresponding Win32 error code.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winldap.h

Library

Wldap32.lib

DLL

Wldap32.dll

See also

Functions
LdapGetLastError

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.