Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 1.06 KB

argtraits-args-constant.md

File metadata and controls

41 lines (34 loc) · 1.06 KB
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
cpp-windows
reference
event/Microsoft::WRL::Details::ArgTraits::args
C++
args constant
a68100ab-254b-4571-a0bc-946f1633a46b
5
mikeblome
mblome
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