This function returns all current enabled active consistency checks given the mask the function is
called for.
When leaving mask and settinbg zero it will return all bits that can be set.
Syntax
//
// Linux, MacOS and non-Visual Studio Windows solutions (pure C++11 / C++98)
//
int64_t GetInternalCheck(
int64_t model,
int64_t mask
);
//
// Visual Studio for Windows
//
__int64 __declspec(dllexport) __stdcall GetInternalCheck(
__int64 model,
__int64 mask
);
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.
Property mask
Size: 64 bit / 8 byte (value)
This mask or bitmask is data that is used for bitwise operations, i.e. the bits set in the mask are the bits affected in the setting or return value.