共用方式為


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
標頭 mi.h
可轉散發套件 在 Windows Server 2008 R2 上 Windows Management Framework 3.0 搭配 SP1、Windows 7 SP1 和 Windows Server 2008 SP2

另請參閱

MI_Application_NewSession

MI_Context_GetLocalSession