The IMSAdminBase::CloseKey method closes a handle to a key. If the handle was opened with write permission and changes have been made, this will cause any callback methods registered to be called.
HRESULT CloseKey(
METADATA_HANDLE hMDHandle //metabase handle to close.
);
Returns an HRESULT that contains one of the following values:
Value | Description |
ERROR_INVALID_HANDLE | The handle is not valid. |
ERROR_SUCCESS | The method succeeded. |