Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
The CloseDatabase method closes the currently open Windows Installer package or merge module. Windows Installer packages or merge modules can be opened by using the OpenDatabase method.
Syntax
HRESULT CloseDatabase();
Return value
| Return code | Description |
|---|---|
|
The method succeeded. |
This method can also return one or more of the errors returned by the MsiCloseHandle function. The error is converted to HRESULTS using the HRESULT_FROM_WIN32 function.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Evalcom2.dll version 3.0.3790.371 or later |
| Target Platform | Windows |
| Header | evalcom2.h |
| DLL | Evalcom2.dll |