ChainInterfaces::FillArrayWithIid Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at 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.
Header: implements.h
Namespace: Microsoft::WRL
Show: