File tree Expand file tree Collapse file tree 2 files changed +16
-46
lines changed Expand file tree Collapse file tree 2 files changed +16
-46
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " VerifyInterfaceHelper Structure | Microsoft Docs"
3
3
ms.custom : " "
4
- ms.date : " 11/04/2016 "
4
+ ms.date : " 09/24/2018 "
5
5
ms.technology : ["cpp-windows"]
6
6
ms.topic : " reference"
7
- f1_keywords : ["implements/Microsoft::WRL::Details::VerifyInterfaceHelper"]
7
+ f1_keywords : ["implements/Microsoft::WRL::Details::VerifyInterfaceHelper", "implements/Microsoft::WRL::Details::VerifyInterfaceHelper::Verify" ]
8
8
dev_langs : ["C++"]
9
- helpviewer_keywords : ["VerifyInterfaceHelper structure"]
9
+ helpviewer_keywords : ["Microsoft::WRL::Details:: VerifyInterfaceHelper structure", "Microsoft::WRL::Details::VerifyInterfaceHelper::Verify method "]
10
10
ms.assetid : ea95b641-199a-4fdf-964b-186b40cb3ba7
11
11
author : " mikeblome"
12
12
ms.author : " mblome"
@@ -46,9 +46,9 @@ Verifies that the interface specified by the template parameter meets certain re
46
46
47
47
### Public Methods
48
48
49
- | Name| Description|
50
- | ----------| -----------------|
51
- | [VerifyInterfaceHelper::Verify Method](../windows/verifyinterfacehelper- verify-method.md)||
49
+ Name | Description
50
+ ----------------------------------------------- | ---------------------------------------------------------------------------------------------------
51
+ [VerifyInterfaceHelper::Verify Method](# verify) | Verifies that the interface specified by the current template parameter meets certain requirements.
52
52
53
53
## Inheritance Hierarchy
54
54
@@ -60,6 +60,14 @@ Verifies that the interface specified by the template parameter meets certain re
60
60
61
61
**Namespace:** Microsoft::WRL::Details
62
62
63
- ## See Also
63
+ ## <a name="verify"></a>VerifyInterfaceHelper::Verify
64
64
65
- [Microsoft::WRL::Details Namespace](../windows/microsoft-wrl-details-namespace.md)
65
+ Supports the WRL infrastructure and is not intended to be used directly from your code.
66
+
67
+ ```cpp
68
+ static void Verify();
69
+ ```
70
+
71
+ ### Remarks
72
+
73
+ Verifies that the interface specified by the current template parameter meets certain requirements.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments