1 reference to ldap_parse_extended_result
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\Interop\LdapPal.Linux.cs (1)
74
internal static int ParseExtendedResult(ConnectionHandle ldapHandle, IntPtr result, ref IntPtr oid, ref IntPtr data, byte freeIt) => Interop.Ldap.
ldap_parse_extended_result
(ldapHandle, result, ref oid, ref data, freeIt);