|
ICDrawWindow
The ICDrawWindow macro notifies a rendering driver that the window specified for the ICM_DRAW_BEGIN message needs to be redrawn. The window has moved or become temporarily
obscured. You can use this macro or explicitly call the ICM_DRAW_WINDOW message.
DWORD ICDrawWindow(
Parameters
hic
Handle of a driver.
prc
Address of the destination rectangle in screen coordinates. If this parameter
points to an empty rectangle, drawing should be turned off.
Return Values
Returns ICERR_OK if successful or an error otherwise.
Remarks
This message is supported by hardware that performs its own asynchronous
decompression, timing, and drawing.
Video-overlay drivers use this message to draw when the window is obscured or
moved. When a window specified for ICM_DRAW_BEGIN is completely hidden by other
windows, the destination rectangle is empty. Drivers should turn off
video-overlay hardware when this condition occurs.
See Also
ICM_DRAW_BEGIN, ICM_DRAW_WINDOW
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
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
|