Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OpenCUB method opens an Internal Consistency Evaluator (ICE) file that is to be used for validation.
Syntax
HRESULT OpenCUB(
[in] LPCOLESTR szCUBFile
);
Parameters
[in] szCUBFile
The fully qualified path to the Internal Consistency Evaluator (ICE) file to be used for validation.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
The method succeeded. |
|
The value of szDatabase is invalid. |
|
Failed to allocate memory. |
|
The method failed. |
Remarks
The Internal Consistency Evaluator (ICE) file typically has a .cub file name extension.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Evalcom2.dll version 3.0.3790.371 or later |
Target Platform | Windows |
Header | evalcom2.h |
DLL | Evalcom2.dll |