IDebugHostType2::GetGenericArgumentCount method (dbgmodel.h)

Returns the number of arguments to the generic/template. The returned value must be greater than zero.

Syntax

HRESULT GetGenericArgumentCount(
  ULONG64 *argCount
);

Parameters

argCount

The number of generic arguments (e.g.: template arguments) to the type will be returned here.

Return value

This method returns HRESULT which indicates success or failure.

Requirements

Requirement Value
Header dbgmodel.h

See also

IDebugHostType2 interface