MCPcopy Create free account
hub / github.com/WheretIB/nullc / InsertUnavailableInfo

Function InsertUnavailableInfo

SuperCalc.cpp:1209–1218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207}
1208
1209void InsertUnavailableInfo(HTREEITEM parent)
1210{
1211 TVINSERTSTRUCT helpInsert;
1212 helpInsert.hParent = parent;
1213 helpInsert.hInsertAfter = TVI_LAST;
1214 helpInsert.item.mask = TVIF_TEXT;
1215 helpInsert.item.cchTextMax = 0;
1216 helpInsert.item.pszText = "Cannot be evaluated";
1217 TreeView_InsertItem(hVars, &helpInsert);
1218}
1219
1220void FillFunctionPointerInfo(const ExternTypeInfo& type, char* ptr, HTREEITEM parent)
1221{

Callers 2

FillFunctionPointerInfoFunction · 0.85
FillVariableInfoTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected