| description | Learn more about: InterfaceList Structure | |
|---|---|---|
| title | InterfaceList Structure | |
| ms.date | 10/03/2018 | |
| ms.topic | reference | |
| f1_keywords |
|
|
| helpviewer_keywords |
|
|
| ms.assetid | 6ec3228d-eb3e-4b7e-aef1-7dcf17bdf61a |
Supports the WRL infrastructure and is not intended to be used directly from your code.
template <typename T, typename U>
struct InterfaceList;T
An interface name; the first interface in the recursive list.
U
An interface name; the remaining interfaces in the recursive list.
Used to create a recursive list of interfaces.
| Name | Description |
|---|---|
FirstT |
Synonym for template parameter T. |
RestT |
Synonym for template parameter U. |
InterfaceList
Header: implements.h
Namespace: Microsoft::WRL::Details