Skip to content

Latest commit

 

History

History
74 lines (58 loc) · 1.86 KB

nf-winldap-ldapgetlasterror.md

File metadata and controls

74 lines (58 loc) · 1.86 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winldap.LdapGetLastError
LdapGetLastError function (winldap.h)
The LdapGetLastError function retrieves the last error code returned by an LDAP call.
LdapGetLastError
LdapGetLastError function [LDAP]
_ldap_ldapgetlasterror
ldap.ldapgetlasterror
winldap/LdapGetLastError
ldap\ldapgetlasterror.htm
ldap
04bcdd90-344a-4f2d-a700-e725584e49d9
12/05/2018
LdapGetLastError, LdapGetLastError function [LDAP], _ldap_ldapgetlasterror, ldap.ldapgetlasterror, winldap/LdapGetLastError
winldap.h
Windows
Windows Vista
Windows Server 2008
Wldap32.lib
Wldap32.dll
Windows
19H1
LdapGetLastError
winldap/LdapGetLastError
c++
APIRef
kbSyntax
DllExport
Wldap32.dll
LdapGetLastError

LdapGetLastError function

-description

The LdapGetLastError function retrieves the last error code returned by an LDAP call.

-returns

An LDAP error code.

-remarks

The LdapGetLastError function returns the LDAP error code for the last LDAP operation on the thread that is calling it. See Return Values for a list of possible error codes.

Multithreading: The LdapGetLastError function is thread-safe.

-see-also

Functions

Return Values