Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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