Context Menu Extension DLL
The context Menu Extension DLL is a standard type of the Shell extension handlers... The Context menu Extension handler exports twointerfaces in addition to IUnknown: IShellExtInit and IContextMenu... And (of course) like all another COM objects the Context MenuExtension dll exports standard functions: DllMain, DllGetClassObject, DllCanUnloadNow...
