LdapGetLastError function
The LdapGetLastError function retrieves the last error code returned by an LDAP call.
Syntax
ULONG LdapGetLastError(void);
Parameters
This function has no parameters.
Return value
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.
Requirements
|
Minimum supported client |
Windows Vista |
|---|---|
|
Minimum supported server |
Windows Server 2008 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: