MI_Session 構造体 (mi.h)
宛先に関連付けられたオブジェクトで、一連の資格情報とオプションが関連付けられています。 .
構文
typedef struct _MI_Session {
MI_Uint64 reserved1;
ptrdiff_t reserved2;
const MI_SessionFT *ft;
} MI_Session;
メンバー
reserved1
内部使用のみ。
reserved2
内部使用のみ。
ft
これは、セッションの構成と共に、移行先コンピューターで操作を実行するための関数テーブルです。 この情報にアクセスするには、MI_Session_ プレフィックスを含む関数を使用します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 |
サポートされている最小のサーバー | Windows Server 2012 |
Header | mi.h |
再頒布可能パッケージ | Windows Server 2008 R2 sp1、Windows 7 SP1、Windows Server 2008 SP2 で 3.0 をWindows Management Frameworkする |