|
|
|
Context Menu Extension DLL 3.1 Antivirus Report
Context Menu Extension DLL software
have been tested by downloadtopc.com team on 13 June 2006 against viruses,
spyware, adware and was founded to be 100% clean.
However, we can't guarantee that the software have not changed since we have
checked, but we will recheck this software periodically to assure users that it remain clean.
Note: this award offered by DownloadToPc.com
should be used only by the author/publisher of the Context Menu Extension DLL software.
|
Context Menu Extension DLL 3.1 Antivirus Report
Archive: ctxmnuext.zip
inflating: CtxMnuExt.dll
inflating: ctxmnuhlp.chm
inflating: MSCOMCTL.OCX
inflating: TestMenu.exe
inflating: TestMenu.ini
Scanning ctxmnuhlp.chm
ctxmnuhlp.chm: OK
Scanning TestMenu.ini
TestMenu.ini: OK
Scanning MSCOMCTL.OCX
MSCOMCTL.OCX: OK
Scanning CtxMnuExt.dll
CtxMnuExt.dll: OK
Scanning TestMenu.exe
TestMenu.exe: OK
Scanning ctxmnuext.zip
ctxmnuext.zip: OK
----------- SCAN SUMMARY -----------
Scanned directories: 1
Scanned files: 6
Infected files: 0
Data scanned: 1.91 MB
Time: 2.004 sec (0 m 2 s)
|
|
|
|
|
Get The Code for Context Menu Extension DLL 3.1 Antivirus Report:
|
|
|
|
You are welcome to display a text or a graphic link on your website and link-it
to this antivirus report page. Below are the codes: |
|
|
|
Text link:
|
Example:
Context Menu Extension DLL Antivirus report from DownloadToPc.com
|
|
|
Graphic link:
|
Example:
|
|
|
Context Menu Extension DLL 3.1 Description:
The Context Menu Extension DLL is a standard type of the Shell extension handlers. Like all such handlers, it is in-process Component Object Model (COM) object implemented as dynamic-link library (DLL). The Context Menu Extension handler exports two interfaces in addition to IUnknown: IShellExtInit and IContextMenu. It uses standard functions and procedures that Windows Shell calls to manage data between the extension and the Shell, like IShellExtInit::Initialize, IContextMenu::QueryContextMenu, IContextMenu::GetCommandString, IContextMenu::InvokeCommand. And (of course) like all another COM objects the Context Menu Extension DLL exports standard functions: DllMain, DllGetClassObject, DllCanUnloadNow.
BUT YOUR OWN APPLICATION NEEDN'T TO KNOW ALL THE THINGS WRITTEN ABOVE!
Why?
Because the Context Menu Extension DLL works only with the Shell and interacts with your own application through a Command Line, using ShellExecute function with the next parameters:
lpOperation = "open";
lpFile = "fully_qualified_path_to_your_application" (The Context Menu Extension DLL reads this path from the registry)
lpParameters = pointer to the zero terminated string that consists all the items the Context Menu Extension DLL had got from the Shell. Your application parses this string to retrieve all the item user had selected from the Windows Explorer.
nShowCmd = SW_SHOWNORMAL
The last and only thing, you have to write in your code in order to start execute your application together with the Context Menu is parsing the Command Line to get all the items, that Context Menu Extension Dll had passed into the Command Line string. Provided in this package TestMenu application helps you to test the parsing of the string (as well as menu functionality) prior you will code it in your project.
|
Download link:  |
|
|
|
|