WSMAN_SHELL_ASYNC 構造体 (wsman.h)
すべてのシェル操作に渡される非同期構造体を定義します。 これには、省略可能なユーザー コンテキストとコールバック関数が含まれています。
構文
typedef struct _WSMAN_SHELL_ASYNC {
PVOID operationContext;
WSMAN_SHELL_COMPLETION_FUNCTION completionFunction;
} WSMAN_SHELL_ASYNC;
メンバー
operationContext
操作に関連付けられている省略可能なユーザー コンテキストを指定します。
completionFunction
操作の WSMAN_SHELL_COMPLETION_FUNCTION コールバック関数を指定します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 |
サポートされている最小のサーバー | Windows Server 2008 R2 |
Header | wsman.h |
再頒布可能パッケージ | Windows Server 2008 SP2、Windows Vista sp1、Windows Vista sp2 でのWindows Management Framework |