pConvertNBmpWriter
| |
#include <misc.h> Convert Bitmap writer function C definition
typedef STATUS (LNCALLBACKPTR pConvertNBmpWriter) (void *pWriterCtx, /* user defined writer context */ BYTE *bytes, /* data bytes */ DWORD byteCount, /* maxChunkSize or totalImageSizeInBytes */ DWORD totalImageSizeInBytes);
LotusScript Definition(s) Warning: Item uses callback(s) or is used by a callback; from LotusScript may be used in a limited way or may not be usable all.
|