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 SP1、Windows 7 SP1 和 Windows Server 2008 SP2 上的 Windows Management Framework 3.0 |