Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ close
Method
close
src/common/utils.cpp:778–784 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
776
}
777
778
void NTRegQuery::close()
779
{
780
if (m_hKey)
781
RegCloseKey(m_hKey);
782
783
m_hKey = NULL;
784
}
785
786
inline DWORD NTRegQuery::getDataType() const
787
{
Callers
1
validateProductSuite
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected