The IMSAdminBase::GetHandleInfo method retrieves information associated with the specified metabase handle.
HRESULT GetHandleInfo(
METADATA_HANDLE hMDHandle, //metabase handle.
PMETADATA_HANDLE_INFO pmdhiInfo //receives the information associated with hMDHandle.
);
Returns an HRESULT that contains one of the following values:
Value | Description |
ERROR_INVALID_HANDLE | The handle is invalid. |
ERROR_SUCCESS | The method succeeded. |
The dwMDSystemChangeNumber member of the METADATA_HANDLE_INFO structure pointed to by pmdhiInfo will correspond to the system change number generated at the time the handle was created. It will not change if write operations are performed by using this handle, or any other handle. You can compare this number with the value returned by the IMSAdminBase::GetSystemChangeNumber method to see if any write operations have been performed since the handle was opened.