end2endzone / ShellAnything

ShellAnything is a C++ open-source software which allow one to easily customize and add new options to *Windows Explorer* context menu. Define specific actions when a user right-click on a file or a directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement sa_plugin_terminate() in the C API

end2endzone opened this issue · comments

Is your feature request related to a problem? Please describe.
The plugin interface has sa_plugin_initialize() but no mirror terminating function.

Describe the solution you'd like
Implement function sa_plugin_terminate() in the C API.

Describe alternatives you've considered
N/A

Additional context
N/A