GetInternalCheckIssueCnt

This function returns all issues found and not retrieved by the hosting application through GetInternalCheckIssue() / GetInternalCheckIssueW().

Syntax

public const string enginedll = @"engine.dll";

[DllImport(enginedll, EntryPoint = "GetInternalCheckIssueCnt")]
public static extern Int64 GetInternalCheckIssueCnt(Int64 model);    

Property model

Size: 64 bit / 8 byte (value)
The handle to the model. The model handle is static during its existance. Several models can be opened simultaniously within one session. Different models are always independent, threads are allowed to be running on different models simultaniously.