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

Function NSISPluginCallback

nsisplugin/DialogInit.c:385–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385static UINT_PTR NSISPluginCallback(enum NSPIM event) {
386 // Does nothing, but keeping a callback registered prevents NSIS from unloading the plugin
387 return 0;
388}
389
390PLUGIN_METHOD(DialogInit) {
391 PLUGIN_INIT();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected