| title | IID_PPV_ARGS_Helper Function | Microsoft Docs | ||
|---|---|---|---|
| ms.custom | |||
| ms.date | 11/04/2016 | ||
| ms.technology |
|
||
| ms.topic | reference | ||
| f1_keywords |
|
||
| dev_langs |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | afee9b23-8df1-4575-903f-e9ba748418f0 | ||
| author | mikeblome | ||
| ms.author | mblome | ||
| ms.workload |
|
Verifies that the type of the specified argument derives from the IUnknown interface.
Important
This template specialization supports the WRL infrastructure and is not intended to be used directly from your code. Use IID_PPV_ARGS instead.
template<typename T>
void** IID_PPV_ARGS_Helper(
_Inout_ Microsoft::WRL::Details::ComPtrRef<T> pp
);T
The type of argument pp.
pp
A doubly-indirect pointer.
Argument pp cast to a pointer-to-a-pointer to void.
A compile-time error is generated if the template parameter T doesn't derive from IUnknown.
Header: client.h