MI_Context_NewInstance函式 (mi.h)
建立類別的新實例,指定類別宣告。
語法
MI_INLINE MI_Result MI_INLINE_CALL MI_Context_NewInstance(
[in] MI_Context *context,
[in] const MI_ClassDecl *classDecl,
MI_Instance **instance
);
參數
[in] context
要求內容的指標。
[in] classDecl
用來初始化 實例之類別宣告的指標。 (RTTI) 會產生運行時間類型資訊給 類別,而且應該針對 類別命名,後面接著 「_rtti」 後綴。
instance
傳回之實例的指標。 另外還有名為的函式,後面接著 「_Delete」 後綴。
傳回值
指定函式傳回碼 之MI_Result 列舉的值。 這可以是下列其中一個程序代碼。
備註
當您使用 實例完成時,必須透過 MI_Instance_Delete 函式將其刪除。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 |
最低支援的伺服器 | Windows Server 2012 |
目標平台 | Windows |
標頭 | mi.h |
可轉散發套件 | 在 Windows Server 2008 R2 上 Windows Management Framework 3.0 SP1、Windows 7 SP1 和 Windows Server 2008 SP2 |