IADsComputerOperations
The IADsComputerOperations interface exposes methods for retrieving the status of a computer over a network and to enable remote shutdown. Directory service providers may choose to implement this interface to support basic system administration over a network through ADSI.
IADsComputerOperations is a dual interface that inherits from IADs. The IADsComputerOperations interface exposes the following methods.
Methods in Vtable Order
IUnknown methods |
Description |
QueryInterface |
Returns pointers to supported interfaces. |
AddRef |
Increments reference count. |
Release |
Decrements reference count. |
IDispatch methods |
Description |
GetTypeInfoCount |
Gets the number of type descriptions. |
GetTypeInfo |
Gets a description of object's programmable interface. |
GetIDsOfNames |
Maps name of method or property to DISPID. |
Invoke |
Calls one of the object's methods, or gets and sets one of its properties. |
IADsComputerOperations methods |
Description |
Status |
Returns the current operations status. |
Shutdown |
Executes shutdown with optional reboot. |
Windows NT/2000: Requires Windows 2000 (or Windows NT 4.0 with DSClient).
Windows 95/98: Requires Windows 95 or later (with DSClient).
Header: Declared in Iads.h.
See Also
IADs, IADsComputer