title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | f1_keywords | dev_langs | helpviewer_keywords | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ArgTraits::args Constant | Microsoft Docs |
11/04/2016 |
|
reference |
|
|
|
a68100ab-254b-4571-a0bc-946f1633a46b |
5 |
mikeblome |
mblome |
ghogen |
Supports the WRL infrastructure and is not intended to be used directly from your code.
static const int args = -1; ;
Keeps count of the number of parameters on the Invoke method of a delegate interface.
When args
equals -1 indicates there can be no match for the Invoke method signature.
Header: event.h
Namespace: Microsoft::WRL::Details