[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| FsExecuteFile(HWND__*, SByte*, SByte*) | Called to execute a file on the plugin's file system, or show its property sheet. It is also called to show a plugin configuration dialog when the user right clicks on the plugin root and chooses 'properties'. The plugin is then called with RemoteName="\" and Verb="properties" (requires TC>=5.51). | |
| FsExecuteFile(Void*, SByte*, SByte*) | Alternative function to FsExecuteFile(HWND__*, SByte*, SByte*) because ha have problems with exposing HWND type to managed code |