MCPcopy Create free account
hub / github.com/LiveAsynchronousVisualizedArchitecture/simdb / GetLibraryProcAddress

Function GetLibraryProcAddress

simdb.hpp:357–360  ·  view source on GitHub ↗

auto GetLastErrorStdStr() -> std::string { DWORD error = GetLastError(); if (error) { LPVOID lpMsgBuf; DWORD bufLen = FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, NULL, error, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR) &lpMsgBuf, 0, NULL ); if (bufLen) { LPCSTR lpMsgStr = (LPCSTR)lpMsgBuf; std::string result(lpMsgStr, lpM

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

simdb_listDBsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected