IValidate::CloseCUB Method
From Windows Installer
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
C++HRESULT CloseCUB();
Parameters
This method has no parameters.Return Value
The method can return one of the following values.
| Return code | Description |
|---|---|
|
The method succeeded. |
|
The method failed. |
Remarks
The method returns S_FALSE if no .cub file has been opened using the OpenCUB method.
Requirements
| Version | Evalcom2.dll version 3.0.3790.371 or later |
|---|---|
| Header | Evalcom2.h |
| DLL | Evalcom2.dll |
| IID | IID_IValidate is defined as E482E5C6-E31E-4143-A2E6-DBC3D8E4B8D3 |
See Also
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.