|
ICDrawRealize
The ICDrawRealize macro notifies a rendering driver to realize its drawing palette while
drawing. You can use this macro or explicitly call the ICM_DRAW_REALIZE message.
DWORD ICDrawRealize(
Parameters
hic
Handle of a driver.
hdc
Handle of the DC used to realize the palette.
fBackground
Background flag. Specify TRUE to realize the palette as a background task or
FALSE to realize the palette in the foreground.
Return Values
Returns ICERR_OK if the drawing palette is realized or ICERR_UNSUPPORTED if
the palette associated with the decompressed data is realized.
Remarks
Drivers need to respond to this message only if the drawing palette is
different from the decompressed palette.
See Also
ICM_DRAW_REALIZE
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
|