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