Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | Verifies that the interface specified by the current template parameter meets certain requirements. |
Inheritance Hierarchy
VerifyInterfaceHelper
Requirements
Header: implements.h
Namespace: Microsoft::WRL::Details
VerifyInterfaceHelper::Verify
Supports the WRL infrastructure and is not intended to be used directly from your code.
static void Verify();
Remarks
Verifies that the interface specified by the current template parameter meets certain requirements.