Condividi tramite


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.

Syntax

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

Parameters

I
An interface to verify.

isWinRTInterface

Remarks

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

Members

Public Methods

Name Description
VerifyInterfaceHelper::Verify Method

Inheritance Hierarchy

VerifyInterfaceHelper

Requirements

Header: implements.h

Namespace: Microsoft::WRL::Details

See Also

Microsoft::WRL::Details Namespace