Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 55 of file misc.c.
{ ULONG ret = WLDAP32_LDAP_NOT_SUPPORTED; #ifdef HAVE_LDAP TRACE( "(%p, 0x%08x)\n", ld, msgid ); if (!ld) return ~0u; ret = map_error( ldap_abandon_ext( ld, msgid, NULL, NULL )); #endif return ret; }