I just wrote a little FS plugin for a serial storage device.
Now I need to extend the entries of the device context menu.
The menu currently looks like that:
- [\My_Device]
Eigenschaften
The latter one I use to set the serial communication parameters like Com port and baud rate.
But I need two special functions for the device, so I want to extend the context menu to offer these functions.
The sample plugin and the wfx plugins with source code available (Ext2+/Reiser, HTTP browser, WinCE) don't provide such an extension and the FS-Plugin writer's guide doesn't address that theme.
So maybe you can give me a clue?
Language is VisualC++ (in fact, my code is native C).
Thanks in advance,
pi