|
Compressor and Decompressor Installation and Removal
An application can use compressors and decompressors that are already
installed on a system running the Microsoft Windows operating system. An application
can also install compressors and decompressors for general or special uses. Most
applications will not need to install or remove compressors or decompressors
because they are usually installed by a setup program. An application might,
however, install a compressor directly or install a function as a compressor.
An application can install a compressor or decompressor (or a function used as
a compressor or decompressor) by using the ICInstall function. This function creates an entry in the registry identifying the
compressor or decompressor. Your application or another application can search the
registry to determine if the system contains a compressor or decompressor
suitable for its data. Use ICInstall to install all compression and decompression drivers.
An application can locate and open an installed compressor or decompressor by
using the ICLocate and ICOpen functions. When an application finishes using a compressor or decompressor,
it closes it by using the ICClose function.
An application can remove the registry entry for an installed compressor or
decompressor by using the ICRemove function. This function removes the registry entry of a compressor or
decompressor that is not currently loaded in memory.
An application can restrict the use of a compressor or decompressor by
installing, opening, closing, and removing it.
Alternatively, to use a function internally as a compressor or decompressor
without installing it in the registry, an application can use the ICOpenFunction function. This function requires the calling application to have the address
of the function to be used as a compressor or decompressor. When the
application finishes using the function, it must close it by using ICClose. Because the function was not installed, the application does not need to
remove the function from the registry.
The internal structure of a function used as a compressor or decompressor
should be the same as the DriverProc entry-point function used by installable drivers. For more information about
the DriverProc entry-point function, see Installable Drivers.
Note An application installing a function as a compressor or decompressor must
remove the function before the application is closed so other applications do not
try to use the function. When removing a function, the application must
identify it with the four-character code used to install it.
| Last news from Greatis Software |
 |
|
Nostalgia .Net |
|
.Net is powerful, but not all-powerful, so sometimes we need to use Win32 API for our .Net applications. It's simple enough with Platform Invoke if you have Win32 skill, but we do not always have time to dig the ancient documentation, declare the special types that are compatible with Win32, find the values of the Win32's constants and so on. Nostalgia .Net offers several simple-to-use classes, and components that will allow you to forget about the headache of Win32 and just use the power of Win32 in your application the same way as you use the native. Net classes. More » |
| Recommended software for developers |
 |
|
Ultimate Pack |
|
Component pack for Delphi and C++ Builder that contains runtime form designer, runtime object inspector, print suite and much more for the very special price. More » |
 |
|
Form Designer .Net |
|
Unique runtime form design solution that allows to edit any form in .Net WinForms application at runtime with full source codes for only 300 euro! More » |
 |
|
Print Suite .Net |
|
Print Suite .Net is a set of components for easy printing texts, images and grids from your WinForms applications. Full C# source codes are available More » |
 |
|
Gradient Controls .Net |
|
Gradient Controls .Net offers controls with gradient background feature. Labels, panels and so on... Full C# source codes are available More » |
 |
|
Greatis iGrid |
|
iGrid plots drawing grid right over your desktop, so you can use it everywhere, with any drawing application without any special plugins for different graphic editors. More » |
All the contacts and projectsDmitry Vasiliev (just.dmitry)
Related LinksSoftware for Visual Studio .NET developers Software for Delphi and C++ Builder developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference Win32 Multimedia Programmer's Reference OLE Programmer's Reference Microsoft Windows Pen API Programmer's Reference Microsoft Windows Sockets 2 Reference Microsoft Windows Telephony API (TAPI) Programmer's Reference Unix Manual Pages
|