====== map_GetPixelSize ====== ===== Description ===== Get the size in memory of a pixel in the map, measured in bytes. ===== Function prototype ===== long CExtAPI::map_GetPixelSize(ZMAP hMap); ===== Arguments ===== ^ Name ^ Type ^ Comment ^ | hMap | ZMAP | The ZMAP handle to a map, the pixel size of which is to be retrieved. | ===== Return value ===== Zero if an error occurred or the map is not initialised, and non-zero otherwise. ===== Comments ===== None.