IValidate::CloseCUB method (evalcom2.h)

The CloseCUB method closes an open Internal Consistency Evaluator (ICE) .cub file. Internal Consistency Evaluator (ICE) .cub files can be opened using the OpenCUB method.

Syntax

HRESULT CloseCUB();

Return value

This method can return one of these values.

Return code Description
S_OK
The method succeeded.
S_FALSE
The method failed.

Remarks

The method returns S_FALSE if no .cub file has been opened using the OpenCUB method.

Requirements

Requirement Value
Minimum supported client Evalcom2.dll version 3.0.3790.371 or later
Target Platform Windows
Header evalcom2.h
DLL Evalcom2.dll

See also

IValidate

Using Evalcom2

Validation Callback Functions