InterfaceList Structure

 

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 InterfaceList Structure.

Supports the WRL infrastructure and is not intended to be used directly from your code.

template <  
   typename T,  
   typename U  
>  
struct InterfaceList;  

Parameters

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.

Public Typedefs

NameDescription
FirstTSynonym for template parameter T.
RestTSynonym for template parameter U.

InterfaceList

Header: implements.h

Namespace: Microsoft::WRL::Details

Microsoft::WRL::Details Namespace

Show: