Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.06 KB

File metadata and controls

41 lines (34 loc) · 1.06 KB
title ArgTraits::args Constant | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
event/Microsoft::WRL::Details::ArgTraits::args
dev_langs
C++
helpviewer_keywords
args constant
ms.assetid a68100ab-254b-4571-a0bc-946f1633a46b
caps.latest.revision 5
author mikeblome
ms.author mblome
manager ghogen

ArgTraits::args Constant

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

static const int args = -1; ;  

Remarks

Keeps count of the number of parameters on the Invoke method of a delegate interface.

Remarks

When args equals -1 indicates there can be no match for the Invoke method signature.

Requirements

Header: event.h

Namespace: Microsoft::WRL::Details

See Also

ArgTraits Structure
Microsoft::WRL::Details Namespace