MI_Class構造体 (mi.h)
インスタンスのスキーマを表します。
構文
typedef struct _MI_Class {
const MI_ClassFT *ft;
MI_CONST MI_ClassDecl *classDecl;
MI_CONST MI_Char *namespaceName;
MI_CONST MI_Char *serverName;
ptrdiff_t reserved[4];
} MI_Class;
メンバー
ft
関数テーブルへのポインター MI_Class 。
classDecl
クラス宣言へのポインター。
namespaceName
名前空間の名前。
serverName
サーバー名。
reserved[4]
内部使用のために予約されています。
解説
MI_Class オブジェクトは、インスタンスのスキーマを表します。 クラスはサーバーから取得でき、 インスタンスは MI_Class オブジェクトに対してクエリを実行できます。 構造自体を移動するのではなく、 MI_Class API を使用します。
要件
サポートされている最小のクライアント | 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する |