MCPcopy 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
778void NTRegQuery::close()
779{
780 if (m_hKey)
781 RegCloseKey(m_hKey);
782
783 m_hKey = NULL;
784}
785
786inline DWORD NTRegQuery::getDataType() const
787{

Callers 1

validateProductSuiteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected