Windows 3.1 File Manager Supports Extension DLLsLast reviewed: November 23, 1994Article ID: Q81192 |
The information in this article applies to:
SUMMARYMicrosoft Windows File Manager supports add-on extensions. These extensions interact with the File Manager to provide additional functionality to the program.
MORE INFORMATIONFile Manager extensions are special dynamic link libraries (DLLs) that have the ability to add themselves to the menu of File Manager, get information about files selected, and perform special actions on these files. Extensions are installed by adding a section called [AddOns] to the WINFILE.INI file typically located in the Windows directory. The File Manager looks for extension DLLs listed under the following format.
<some-text>=<pathname of the extension>For example:
My Extension=C:\winapps\winutils\addon.dllThe File Manager doesn't care what "<some-text>" is; however, it does need to be unique for each extension. Each extension is loaded in the order specified in the [AddOns] section of the WINFILE.INI file. The extensions' menus are placed after the Options menu and before the Windows menu in the order specified. If the File Manager is unable to load or set up the extension, no error is displayed, and the File Manager shuts down the extension DLL. More information about File Manager extensions and developing these type of programs is available in the Microsoft Windows 3.1 Software Development Kit (SDK).
|
KBCategory: kbtool
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |