MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / pushintptr

Function pushintptr

include/nsis/pluginapi.c:300–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void NSISCALL pushintptr(INT_PTR value)
301{
302 TCHAR buffer[30];
303 wsprintf(buffer, sizeof(void*) > 4 ? _T("%Id") : _T("%d"), value);
304 pushstring(buffer);
305}

Callers

nothing calls this directly

Calls 1

pushstringFunction · 0.85

Tested by

no test coverage detected