IComponentData::CreateComponent メソッド (mmc.h)

IComponentData::CreateComponent メソッドは、この IComponentData インターフェイスに関連付けられる IComponent のインスタンスを作成します。

構文

HRESULT CreateComponent(
  [out] LPCOMPONENT *ppComponent
);

パラメーター

[out] ppComponent

新しく作成された IComponent へのポインターを格納する場所へのポインター。

戻り値

このメソッドは、これらの値のいずれかを返すことができます。

要件

要件
サポートされている最小のクライアント Windows Vista
サポートされている最小のサーバー Windows Server 2008
対象プラットフォーム Windows
ヘッダー mmc.h

こちらもご覧ください

IComponent

IComponentData

IConsole2