|
ICM_GETINFO
The ICM_GETINFO message queries a video compression driver to return a
description of itself in an ICINFO structure.
ICM_GETINFO
wParam = (DWORD) (LPVOID) lpicinfo;
lParam = sizeof(icinfo);
Parameters
lpicinfo
Address of an ICINFO structure to contain information.
lParam
Size, in bytes, of ICINFO.
Return Values
Returns the size, in bytes, of ICINFO or zero if an error occurs..
Remarks
Typically, applications send this message to display a list of the installed
compressors.
The driver should fill all members of the ICINFO structure except szDriver.
See Also
ICINFO
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|