C# interop with DLL
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi all, I want to use C# to interop with the shell extension, for example the DLL from this code(http://www.codeproject.com/shell/shellextguide1.asp[^]) using pinvoke. Can I define my own STDAPI in the DLL? how the STDAPI controls the DllMain? The final objective I want to archieve is to use C# to control the DLL to change the menuitem name of the context menu, but is it possible? Thank you