共用方式為


CWbemProviderGlue::GetAllDerivedInstances (LPCWSTR,TRefPointerCollection<CInstance>*,MethodContext*,LPCWSTR) 方法 (wbemglue.h)

[ CWbemProviderGlue 類別是 WMI 提供者架構的一部分,現在被視為最終狀態,而且不會針對影響這些連結庫的非安全性相關問題使用進一步的開發、增強功能或更新。 MI API 應該用於所有新的開發。]

GetAllDerivedInstances 方法會擷取基類實例的清單,或該基類的任何子系。

語法

HRESULT GetAllDerivedInstances(
  LPCWSTR                          pszBaseClassName,
  TRefPointerCollection<CInstance> *pList,
  MethodContext                    *pMethodContext,
  LPCWSTR                          pszNamespace
);

參數

pszBaseClassName

應該傳回清單之基類名稱的指標。

pList

衍生自 pszBaseClassName 所指定類別之實例連結清單的指標。

pMethodContext

目前內容的指標。 必須提供內容以防止死結。 使用 由 Provider::EnumerateInstancesProvider::ExecQuery 傳遞至提供者的內容,或使用 CInstance::GetMethodContext 從實例取得它。 此參數不得為 NULL

pszNamespace

pszBaseClassName 所指定的類別名稱命名空間。 當此參數為 NULL 時,會使用預設命名空間 root\cimv2。

傳回值

如果作業成功,此方法會傳回WBEM_S_NO_ERROR,WBEM_E_OUT_OF_MEMORY作業因記憶體不足或任何其他 HRESULT 錯誤碼而失敗。

備註

GetAllDerivedInstances 方法可讓架構提供者從其他提供者存取數據。 架構提供者會將基類的名稱傳遞至 GetAllDerivedInstances,這會傳回所有衍生自它的實例清單。

傳回碼包含 IWbemServices::ExecQuery 的所有可能傳回。

這個方法語意相當於查詢 SELECT * FROM pszBaseClassName

規格需求

需求
最低支援的用戶端 Windows Vista
最低支援的伺服器 Windows Server 2008
目標平台 Windows
標頭 wbemglue.h (include FwCommon.h)
程式庫 FrameDyn.lib
Dll FrameDynOS.dll;FrameDyn.dll