'KCMLImageReturn(Png$, Length)
Retrieve an image previously created by 'KCMLImageCapture() or 'KCMLImageLoad().
Arguments
| DIM() | Png$ | [out] | Buffer to receive the image. |
| INT() | Length | [in] | Size of the buffer in bytes. |
Returns
Size of the image or zero if no image stored or buffer too small.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLImageReturn(RETURN DIM(), INT())
Further Information
| Introduced | KCML 5.00 |
| Compatibility | KClient |
See Also
KCMLCaptureForm, KCMLImageCapture, KCMLImageLoad, KCMLImageResize, KCMLImageSave