Skip to content

Commit 794a117

Browse files
Consolidated the VerifyInterfaceHelper structure.
1 parent ed0a72d commit 794a117

File tree

2 files changed

+16
-46
lines changed

2 files changed

+16
-46
lines changed

docs/windows/verifyinterfacehelper-structure.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: "VerifyInterfaceHelper Structure | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "09/24/2018"
55
ms.technology: ["cpp-windows"]
66
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"]
88
dev_langs: ["C++"]
9-
helpviewer_keywords: ["VerifyInterfaceHelper structure"]
9+
helpviewer_keywords: ["Microsoft::WRL::Details::VerifyInterfaceHelper structure", "Microsoft::WRL::Details::VerifyInterfaceHelper::Verify method"]
1010
ms.assetid: ea95b641-199a-4fdf-964b-186b40cb3ba7
1111
author: "mikeblome"
1212
ms.author: "mblome"
@@ -46,9 +46,9 @@ Verifies that the interface specified by the template parameter meets certain re
4646
4747
### Public Methods
4848
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.
5252
5353
## Inheritance Hierarchy
5454
@@ -60,6 +60,14 @@ Verifies that the interface specified by the template parameter meets certain re
6060
6161
**Namespace:** Microsoft::WRL::Details
6262
63-
## See Also
63+
## <a name="verify"></a>VerifyInterfaceHelper::Verify
6464
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.

docs/windows/verifyinterfacehelper-verify-method.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)