bOk = MImgGetStringNT( hImage, srStr, nType )

Gets an image as null terminated string.

Parameters
hImage
Number: Handle of the image

srStr
Receive String: The string

nType
Number: Image type. Specify MIMG_TYPE_UNKNOWN to use the current image type or one of the supported image types.

Return
Boolean: TRUE if successful or FALSE if an error occurs

Example

Call MImgGetStringNT( hImage, sImage, MIMG_TYPE_UNKNOWN )

Remarks
You can use the string returned by this function with the following functions:
- MImgLoadFromString
- SalPicSetString
- SalPicSetImage

See also
MImgGetString
MImgGetStringBase64
MImgSetGIFCompr
MImgSetJPGQuality
MImgSetTIFCompr

Created with the Personal Edition of HelpNDoc: Easy CHM and documentation editor