IADsDeleteOps interface
Applies to: desktop apps only
The IADsDeleteOps interface specifies a method an object can use to delete itself from the underlying directory. For a container object, the method deletes its children and the entire subtree.
The interface is designed to offer features that complement IADsContainer. To remove an object from the directory store, request its parent object to perform the operation. That amounts to calling the IADsContainer::Delete method on the contained object. When the object also implements the IADsDeleteOps interface, you can instruct the object to remove itself, and all the contained objects, by calling the IADsDeleteOps::DeleteObject method directly on the object.
Members
The IADsDeleteOps interface inherits from the IDispatch interface. IADsDeleteOps also has these types of members:
Methods
The IADsDeleteOps interface has these methods.
| Method | Description |
|---|---|
| DeleteObject |
Deletes the object from the directory. |
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
DLL |
|
|
IID |
IID_IADsDeleteOps is defined as B2BD0902-8878-11D1-8C21-00C04FD8D503 |
See also
Send comments about this topic to Microsoft
Build date: 2/3/2012
- 5/31/2007
- Joe Richards - MVP