table of contents
other versions
- wheezy 1.4.1-4
LdapMapErrorToWin32(3w) | Wine API | LdapMapErrorToWin32(3w) |
NAME¶
LdapMapErrorToWin32 (WLDAP32.@)SYNOPSIS¶
ULONG CDECL LdapMapErrorToWin32(
ULONG err
)
DESCRIPTION¶
Map an LDAP error code to a Win32 error code.PARAMS¶
err [In] An LDAP error code.RETURNS¶
A Win32 error code.IMPLEMENTATION¶
Declared in "winldap_private.h". Implemented in "dlls/wldap32/error.c".Oct 2012 | Wine API |