Share via


PrerequisiteCollection::GetCount method

Returns the number of issues in the collection.

Syntax

virtual HRESULT GetCount(
  [out] INT *count
) const = 0;

Parameters

count [out]

The number of issues in the collection.

Return value

If successful, the method returns S_OK.

If issues parameter is NULL, the method returns E_POINTER.

Remarks

Manage code uses the PrerequisiteCollection.Count property.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]
Header
AxeCore.h
DLL
AxeCore.dll

See also

PrerequisiteCollection