'KCMLImageLoad(FileName$, Type)
Open the file on the client and load an image to hold in memory.
Arguments
| STR() | FileName$ | [in] | The filename containing the image on the client. |
| INT() | Type | [out] | The type in KCML_IMAGE_ENUM of image found. |
Returns
Size of the image or zero if unable to load it.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLImageLoad(STR(), RETURN INT())
Further Information
| Introduced | KCML 5.00 |
| Compatibility | KClient |
See Also
KCMLCaptureForm, KCMLImageCapture, KCMLImageResize, KCMLImageReturn, KCMLImageSave