取得 COM 介面指標資料,用於 COM 可呼叫包裝器(CCW)。
Note
此 API 原本是針對運行時間內部使用所設計。 雖然現在支援第三方使用,但建議您盡可能使用 ICorDebug 和 ICorProfiler API。
Syntax
HRESULT GetCCWInterfaces(CLRDATA_ADDRESS ccw, unsigned int count, struct DacpCOMInterfacePointerData *interfaces, unsigned int *pNeeded);
Parameters
ccw
[在]CCW 的位址用於擷取介面資訊。
count
[在]陣列能容納的元素 interfaces 數量。
interfaces
[出]一個由 DacpCOMInterface PointerData 結構組成的 陣列,用來接收介面指標資料。
pNeeded
[出]一個指向可用介面指標條目數量的指標。
Remarks
所提供的方法是介面的一部分 ISOSDacInterface ,對應虛擬方法表的第 78 個插槽。
要求
平台:請參閱系統需求。
標題: 沒
圖書館: 沒
.NET Framework 版本:自 4.7 版本起可用