Implements::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 Implements::FillArrayWithIid Method.
Inserts the interface ID specified by the current zeroth template parameter into the specified array element.
__forceinline static void FillArrayWithIid( unsigned long &index, _In_ IID* iids );
Parameters
index
A zero-based index that indicates the starting array element for this operation. When this operation completes, index is incremented by 1.
iids
An array of type IID.
Internal helper function.
Header: implements.h
Namespace: Microsoft::WRL
Show: