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

Supports the Windows Runtime C++ Template Library infrastructure and is not intended to be used directly from your code.

template <  
   bool isWinRTInterface,  
   typename I  
>  
struct VerifyInterfaceHelper;  
  
template <  
   typename I  
>  
struct VerifyInterfaceHelper<false, I>;  

Parameters

I
An interface to verify.

isWinRTInterface

Verifies that the interface specified by the template parameter meets certain requirements.

Public Methods

NameDescription
VerifyInterfaceHelper::Verify Method

VerifyInterfaceHelper

Header: implements.h

Namespace: Microsoft::WRL::Details

Microsoft::WRL::Details Namespace

Show: