共用方式為


ChainInterfaces::FillArrayWithIid 方法

將 I0 樣板參數定義的介面 ID 儲存在指定的介面 ID的陣列的指定位置裡。

__forceinline static void FillArrayWithIid(
   _Inout_ unsigned long &index,
   _In_ IID* iids
);

參數

  • index
    指到 iids 陣列中的索引值的指標。

  • iids
    介面 ID 的陣列。

需求

標題: implements.h

**命名空間:**Microsoft::WRL

請參閱

參考

ChainInterfaces 結構