Freigeben über


ChainInterfaces::FillArrayWithIid Method

 

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.

Syntax

__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

See Also

ChainInterfaces Structure