WSMAN_PLUGIN_RELEASE_SHELL_CONTEXT コールバック関数 (wsman.h)

プラグインのリリース シェル コールバックを定義します。 この関数は、プラグイン シェル コンテキストを削除するために呼び出されます。

DLL エントリ ポイント名は WSManPluginReleaseCommandContext である必要があります。

構文

WSMAN_PLUGIN_RELEASE_SHELL_CONTEXT WsmanPluginReleaseShellContext;

void WsmanPluginReleaseShellContext(
  [in] PVOID shellContext
)
{...}

パラメーター

[in] shellContext

シェルの作成時に受信したコンテキストを指定します。

戻り値

なし

要件

   
サポートされている最小のクライアント Windows 7
サポートされている最小のサーバー Windows Server 2008 R2
対象プラットフォーム Windows
ヘッダー wsman.h
再頒布可能パッケージ Windows Server 2008 SP2、Windows Vista sp1、Windows Vista sp2 でのWindows Management Framework