A namespace extension is a dynamic link library (DLL) that extends the shell namespace.
This DLL must expose COM objects that are required by Windows Explorer for the namespace extension to work properly. The interfaces that must be supported by these COM objects are detailed in the MSDN Documentation.
The NameSpace eXtension Library is a framework of objects which make implementing shell namespace extensions possible in a minute fraction of the time otherwise required.
See also:
|
|