ICInstall
The ICInstall function installs a new compressor or decompressor. BOOL ICInstall( DWORD fccType,
|
|
DWORD fccHandler,
|
|
LPARAM lParam,
|
|
LPSTR szDesc,
|
|
UINT wFlags
|
|
);
|
|
null-terminated string that names the compressor to install. ICINSTALL_FUNCTION The lParam parameter contains the address of a compressor function. This function should be structured like the DriverProc entry point function used by compressors. Return Values Returns ICERR_OK if successful or an error otherwise. Remarks Applications must open an installed compressor or decompressor before using it. If your application installs a function as a compressor or decompressor, it should remove the function with the ICRemove function before it terminates. This prevents other applications from trying to access the function when it is not available. See Also DriverProc, ICRemove
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers - More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples - Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database