MCPcopy Create free account
hub / github.com/MariaDB/server / FAILED

Function FAILED

storage/connect/domdoc.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33inline bool TestHr(PGLOBAL g, HRESULT hr)
34 {
35 if FAILED(hr) {
36 snprintf(g->Message, sizeof(g->Message), "%s, hr=%d", MSG(COM_ERROR), hr);
37 return true;
38 } else
39 return false;
40
41 } // end of TestHr

Callers 4

InitWMIFunction · 0.85
WMIColumnsFunction · 0.85
InitializeMethod · 0.85
GetWMIInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected