Share via


ErrorList::GetErrorCount method

Retrieve the number of errors in the error list that have occurred while processing the job.

Syntax

virtual HRESULT GetErrorCount(
  [out] UINT *count
) const = 0;

Parameters

count [out]

The number of errors in the error list.

Return value

This method always returns S_OK.

Remarks

Managed codes uses the AxeException object.

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

ErrorList