MCPcopy Create free account
hub / github.com/Kitware/CMake / GetLastError

Method GetLastError

Source/cmWindowsRegistry.cxx:550–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550cm::string_view cmWindowsRegistry::GetLastError() const
551{
552 return this->LastError;
553}
554
555#if defined(_WIN32) && !defined(__CYGWIN__)
556std::vector<cmWindowsRegistry::View> cmWindowsRegistry::ComputeViews(View view)

Callers 1

QueryWindowsRegistryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected