GetInternalCheckIssueCnt

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

Syntax

//
//   Strong typing definition
//
int64_t         GetInternalCheckIssueCnt(
                        OwlModel                model
                    );


//
//   Weak typing definition
//
int64_t __declspec(dllexport) __stdcall GetInternalCheckIssueCnt(
                                                int64_t                 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.