ChainInterfaces::FillArrayWithIid Method
Stores the interface ID defined by the I0 template parameter into a specified location in a specified array of interface IDs.
__forceinline static void FillArrayWithIid(
_Inout_ unsigned long &index,
_In_ IID* iids
);
Parameters
index
Pointer to an index value into the iids array.iids
An array of interface IDs.
Requirements
Header: implements.h
Namespace: Microsoft::WRL