|
ICM_GET
The ICM_GET message retrieves an application-defined doubleword from a video
compression driver.
ICM_GET
wParam = (DWORD) (LPVOID) pv;
lParam = (DWORD) cb;
Parameters
pv
Address of a block of memory to be filled with the current state. You can also
specify NULL to determine the amount of memory required by the state
information.
cb
Size, in bytes, of the block of memory.
Return Values
Returns the amount of memory, in bytes, required to store the status
information.
Remarks
The structure used to represent state information is driver specific and is
defined by the driver.
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
|