DiveBlitImageLines Return Value - rc
rc
(
ULONG
) - returns
Return codes indicating success or type of failure:
DIVE_SUCCESS
If the function succeeds, 0 is returned.
DIVE_ERR_BLITTER_NOT_SETUP
DiveSetupBlitter
must be called before a call is made to DiveBlitImageLines.
DIVE_ERR_INVALID_INSTANCE
The DIVE instance handle specified in the
hDiveInst
parameter is invalid.
[Back: DiveBlitImageLines Parameter - pbLineMask]
[Next: DiveBlitImageLines - Parameters]