7 references to Activeds
System.DirectoryServices (7)
Interop\UnsafeNativeMethods.cs (1)
19int hr = global::Interop.Activeds.ADsOpenObject(path, userName, password, flags, ref iid, out ppObjectNative);
System\DirectoryServices\ActiveDirectory\Utils.cs (2)
873int hr = Interop.Activeds.ADsEncodeBinaryData(byteGuid, byteGuid.Length, ref ptr); 884Interop.Activeds.FreeADsMem(ptr);
System\DirectoryServices\DirectoryServicesCOMException.cs (1)
63Interop.Activeds.ADsGetLastError(out error, errorBuffer, errorBuffer.Length, nameBuffer, nameBuffer.Length);
System\DirectoryServices\SearchResultCollection.cs (3)
336Interop.Activeds.FreeADsMem(pszColumnName); 446Interop.Activeds.ADsSetLastError(Interop.Errors.ERROR_SUCCESS, null, null); 454return Interop.Activeds.ADsGetLastError(out errorCode, errorBuffer, errorBuffer.Length, nameBuffer, nameBuffer.Length);