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 Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: