Share via


IADsServiceOperations インターフェイス (iads.h)

IADsServiceOperations インターフェイスは、IAD から継承するデュアル インターフェイスです。 コンピューターにインストールされているシステム サービスを管理するように設計されています。 このインターフェイスを使用すると、システム サービスの開始、一時停止、停止、パスワードの変更、ネットワーク経由での特定のサービスの状態の確認を行うことができます。

システム サービスとその操作のうち、ファイル サービスとファイル サービスの操作は特殊なケースです。 これらは、 IADsFileService と IADsFileServiceOperations によって表され 、管理されます

継承

IADsServiceOperations インターフェイスは、IDispatchIAD を継承しますIADsServiceOperations には、 次の種類のメンバーもあります。

メソッド

IADsServiceOperations インターフェイスには、これらのメソッドがあります。

 
IADsServiceOperations::Continue

IADsServiceOperations::Continue メソッドは、IADsServiceOperations::P ause メソッドによって一時停止されたサービス操作を再開します。
IADsServiceOperations::P ause

IADsServiceOperations::P ause メソッドは、IADsServiceOperations::Start メソッドで開始されたサービスを一時停止します。
IADsServiceOperations::SetPassword

IADsServiceOperations::SetPassword メソッドは、サービス マネージャーによって使用されるアカウントのパスワードを設定します。 このメソッドは、このサービスのセキュリティ コンテキストが作成されるときに呼び出されます。
IADsServiceOperations::Start

IADsServiceOperations::Start メソッドは、ネットワーク サービスを開始します。
IADsServiceOperations::Stop

IADsServiceOperations::Stop メソッドは、現在アクティブなネットワーク サービスを停止します。

要件

   
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー iads.h

関連項目

Iad

IADsFileService

IADsFileServiceOperations

IDispatch