INFO: Querying Device Support for MaskBltID: Q108929
|
The Win32 documentation for MaskBlt() states:
Not all devices support the MaskBlt function. An application should call
the GetDeviceCaps function to determine whether a device supports this
function.
To query support for MaskBlt(), an application should query the device for BitBlt support by passing RC_BITBLT constant to GetDeviceCaps().
Q89375 Transparent Blts in Windows NTGDI implements this application programming interface (API) by calling BitBlt(). Because BitBlt() is implemented at the driver level, applications that calls MaskBlt() should check for BitBlt() support on the device.
Additional query words: 3.10
Keywords : kbNTOS310 kbNTOS350 kbNTOS351 kbSDKWin32 kbDSupport
Version : winnt:3.1,3.5,3.51
Platform : winnt
Issue type : kbinfo
Last Reviewed: July 14, 1999