Funzione LdapGetLastError (winldap.h)
La funzione LdapGetLastError recupera l'ultimo codice di errore restituito da una chiamata LDAP.
Sintassi
WINLDAPAPI ULONG LDAPAPI LdapGetLastError();
Valore restituito
Codice di errore LDAP.
Commenti
La funzione LdapGetLastError restituisce il codice di errore LDAP per l'ultima operazione LDAP nel thread che lo chiama. Per un elenco dei possibili codici di errore, vedere Valori restituiti .
Multithreading: la funzione LdapGetLastError è thread-safe.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista |
Server minimo supportato | Windows Server 2008 |
Piattaforma di destinazione | Windows |
Intestazione | winldap.h |
Libreria | Wldap32.lib |
DLL | Wldap32.dll |